Home
last modified time | relevance | path

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

/DragonOS/kernel/src/syscall/
H A Dmod.rs68 static INIT_FLAG: AtomicBool = AtomicBool::new(false); in init() constant
/DragonOS/kernel/src/process/
H A Dmod.rs112 static INIT_FLAG: AtomicBool = AtomicBool::new(false); in init() constant