Searched defs:new_fd_table (Results 1 – 1 of 1) sorted by relevance
302 let new_fd_table = current_pcb.basic().fd_table().unwrap().read().clone(); in copy_files() localVariable303 let new_fd_table = Arc::new(RwLock::new(new_fd_table)); in copy_files() localVariable