Constant kernel::task::TASK_INTERRUPTIBLE
source · pub const TASK_INTERRUPTIBLE: c_int = _; // 1i32
Expand description
Bitmask for tasks that are sleeping in an interruptible state.
pub const TASK_INTERRUPTIBLE: c_int = _; // 1i32
Bitmask for tasks that are sleeping in an interruptible state.