Searched defs:TASK_INTERRUPTIBLE (Results 1 – 3 of 3) sorted by relevance
19 pub const TASK_INTERRUPTIBLE: c_int = bindings::TASK_INTERRUPTIBLE as c_int; global() constant
12 #define TASK_INTERRUPTIBLE 0x0001 macro
100 #define TASK_INTERRUPTIBLE 0x00000001 macro