Searched defs:TASK_INTERRUPTIBLE (Results 1 – 2 of 2) sorted by relevance
24 pub const TASK_INTERRUPTIBLE: c_int = bindings::TASK_INTERRUPTIBLE as c_int; constant
12 #define TASK_INTERRUPTIBLE 0x0001 macro