Searched refs:_BLOCKCOUNT_WAITERS_FLAG (Results 1 – 2 of 2) sorted by relevance
42 #define _BLOCKCOUNT_WAITERS_FLAG (1U << 31) macro43 #define _BLOCKCOUNT_COUNT(c) ((c) & ~_BLOCKCOUNT_WAITERS_FLAG)44 #define _BLOCKCOUNT_WAITERS(c) (((c) & _BLOCKCOUNT_WAITERS_FLAG) != 0)
398 if (atomic_cmpset_int(&bc->__count, _BLOCKCOUNT_WAITERS_FLAG, 0)) in _blockcount_wakeup()456 old | _BLOCKCOUNT_WAITERS_FLAG)); in _blockcount_sleep()