Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/synch/waitq.h

    rb59318e ra35b458  
    6262        int missed_wakeups;
    6363
    64         /** Number of wakeups that need to be ignored due to futex timeout. */
    65         int ignore_wakeups;
    66 
    6764        /** List of sleeping threads for which there was no missed_wakeup. */
    6865        list_t sleepers;
Note: See TracChangeset for help on using the changeset viewer.