Changes in kernel/generic/include/proc/thread.h [b59318e:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
rb59318e ra35b458 112 112 /** If true, the thread can be interrupted from sleep. */ 113 113 bool sleep_interruptible; 114 115 /**116 * If true, and this thread's sleep returns without a wakeup117 * (timed out or interrupted), waitq ignores the next wakeup.118 * This is necessary for futex to be able to handle those conditions.119 */120 bool sleep_composable;121 122 114 /** Wait queue in which this thread sleeps. */ 123 115 waitq_t *sleep_queue;
Note:
See TracChangeset
for help on using the changeset viewer.