Searched defs:FileDescriptorVec (Results 1 – 3 of 3) sorted by relevance
653 pub struct FileDescriptorVec { struct657 impl Default for FileDescriptorVec { implementation662 impl FileDescriptorVec { impl677 pub fn clone(&self) -> FileDescriptorVec { in clone()
1104 fd_table_guard: &mut RwLockWriteGuard<'_, FileDescriptorVec>, in do_dup2() argument1113 fd_table_guard: &mut RwLockWriteGuard<'_, FileDescriptorVec>, in do_dup3() argument
916 pub fn fd_table(&self) -> Arc<RwLock<FileDescriptorVec>> { in fd_table()1180 pub fn fd_table(&self) -> Option<Arc<RwLock<FileDescriptorVec>>> { in fd_table()1184 pub fn set_fd_table(&mut self, fd_table: Option<Arc<RwLock<FileDescriptorVec>>>) { in set_fd_table()