Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dcompletion.rs10 const COMPLETE_ALL: u32 = u32::MAX; constant
60 if inner.done != COMPLETE_ALL { in do_wait_for_common()
94 if inner.done != COMPLETE_ALL { in complete()
104 inner.done = COMPLETE_ALL; in complete_all()
121 } else if inner.done != COMPLETE_ALL { in try_wait_for_completion()