Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs151 if clone_flags.contains(CloneFlags::CLONE_SETTLS) { in copy_thread()
/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs354 if clone_flags.contains(CloneFlags::CLONE_SETTLS) { in copy_thread()
/DragonOS/kernel/src/process/
H A Dfork.rs53 const CLONE_SETTLS = 0x00080000; constant