- File:
-
- 1 edited
-
libcfa/src/concurrency/monitor.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/monitor.hfa
r50b8885 r121be3e 133 133 bool signal ( condition & this ); 134 134 bool signal_block( condition & this ); 135 static inline bool is_empty ( condition & this ) { return this.blocked.head == 1p; }135 static inline bool is_empty ( condition & this ) { return !this.blocked.head; } 136 136 uintptr_t front ( condition & this ); 137 137
Note:
See TracChangeset
for help on using the changeset viewer.