Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dfork.rs57 const CLONE_CHILD_CLEARTID = 0x00200000; constant
408 if clone_flags.contains(CloneFlags::CLONE_CHILD_CLEARTID) { in copy_process()