Searched refs:set_child_tid (Results 1 – 3 of 3) sorted by relevance
315 if pcb.thread.read_irqsave().set_child_tid.is_some() { in clone()316 let addr = pcb.thread.read_irqsave().set_child_tid.unwrap(); in clone()
404 if let Some(addr) = thread.set_child_tid { in exit()1077 set_child_tid: Option<VirtAddr>, field1088 set_child_tid: None, in new()
414 pcb.thread.write_irqsave().set_child_tid = Some(clone_args.child_tid); in copy_process()