Home
last modified time | relevance | path

Searched refs:set_child_tid (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/process/
H A Dsyscall.rs251 if pcb.thread.read_irqsave().set_child_tid.is_some() { in clone()
252 let addr = pcb.thread.read_irqsave().set_child_tid.unwrap(); in clone()
H A Dmod.rs405 if let Some(addr) = thread.set_child_tid { in exit()
1041 set_child_tid: Option<VirtAddr>, field
1052 set_child_tid: None, in new()
H A Dfork.rs383 pcb.thread.write_irqsave().set_child_tid = Some(clone_args.child_tid); in copy_process()