Changes in kernel/generic/src/proc/thread.c [7c3fb9b:b59318e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
r7c3fb9b rb59318e 383 383 timeout_initialize(&thread->sleep_timeout); 384 384 thread->sleep_interruptible = false; 385 thread->sleep_composable = false; 385 386 thread->sleep_queue = NULL; 386 387 thread->timeout_pending = false;
Note:
See TracChangeset
for help on using the changeset viewer.