Searched refs:MUTEX_STATE_BITS_UNLOCKED (Results 1 – 1 of 1) sorted by relevance
209 #define MUTEX_STATE_BITS_UNLOCKED MUTEX_STATE_TO_BITS(MUTEX_STATE_UNLOCKED) macro455 const int unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in _normal_lock()732 mvalue = __bionic_swap(mtype | shared | MUTEX_STATE_BITS_UNLOCKED, &mutex->value); in pthread_mutex_unlock_impl()766 if (__bionic_cmpxchg(shared|MUTEX_STATE_BITS_UNLOCKED, in pthread_mutex_trylock_impl()785 mtype |= shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_trylock_impl()864 const int unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_lock_timeout_np_impl()