Home
last modified time | relevance | path

Searched defs:new_fd_table (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/process/
H A Dfork.rs302 let new_fd_table = current_pcb.basic().fd_table().unwrap().read().clone(); in copy_files() localVariable
303 let new_fd_table = Arc::new(RwLock::new(new_fd_table)); in copy_files() localVariable