Searched refs:_BLOCKCOUNT_COUNT (Results 1 – 3 of 3) sorted by relevance
43 #define _BLOCKCOUNT_COUNT(c) ((c) & ~_BLOCKCOUNT_WAITERS_FLAG) macro49 return (_BLOCKCOUNT_COUNT(atomic_load_int(&count->__count))); in blockcount_read()
75 if (_BLOCKCOUNT_COUNT(old) == n && _BLOCKCOUNT_WAITERS(old)) in blockcount_release()
449 if (_BLOCKCOUNT_COUNT(old) == 0) { in _blockcount_sleep()