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