Searched refs:MUTEX_STATE_BITS_UNLOCKED (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread.c209 #define MUTEX_STATE_BITS_UNLOCKED MUTEX_STATE_TO_BITS(MUTEX_STATE_UNLOCKED) macro
455 const int unlocked = shared | MUTEX_STATE_BITS_UNLOCKED;
732 mvalue = __bionic_swap(mtype | shared | MUTEX_STATE_BITS_UNLOCKED, &mutex->value);
766 if (__bionic_cmpxchg(shared|MUTEX_STATE_BITS_UNLOCKED,
785 mtype |= shared | MUTEX_STATE_BITS_UNLOCKED;
864 const int unlocked = shared | MUTEX_STATE_BITS_UNLOCKED;

Completed in 165 milliseconds