Home
last modified time | relevance | path

Searched refs:MUTEX_COUNTER_BITS_IS_ZERO (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread_mutex.cpp393 #define MUTEX_COUNTER_BITS_IS_ZERO(v) (((v) & MUTEX_COUNTER_MASK) == 0) macro
878 if (!MUTEX_COUNTER_BITS_IS_ZERO(old_state)) { in pthread_mutex_unlock()