Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/monitor.hfa

    r50b8885 r121be3e  
    133133              bool signal      ( condition & this );
    134134              bool signal_block( condition & this );
    135 static inline bool is_empty    ( condition & this ) { return this.blocked.head == 1p; }
     135static inline bool is_empty    ( condition & this ) { return !this.blocked.head; }
    136136         uintptr_t front       ( condition & this );
    137137
Note: See TracChangeset for help on using the changeset viewer.