Constant kernel::task::TASK_NORMAL
source · pub const TASK_NORMAL: c_uint = _; // 3u32
Expand description
Convenience constant for waking up tasks regardless of whether they are in interruptible or uninterruptible sleep.
pub const TASK_NORMAL: c_uint = _; // 3u32
Convenience constant for waking up tasks regardless of whether they are in interruptible or uninterruptible sleep.