Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/thread.h

    rb59318e ra35b458  
    112112        /** If true, the thread can be interrupted from sleep. */
    113113        bool sleep_interruptible;
    114 
    115         /**
    116          * If true, and this thread's sleep returns without a wakeup
    117          * (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 
    122114        /** Wait queue in which this thread sleeps. */
    123115        waitq_t *sleep_queue;
Note: See TracChangeset for help on using the changeset viewer.