Searched defs:unlocked (Results 1 – 2 of 2) sorted by relevance
557 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexTryLock() local594 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexLock() local621 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexUnlock() local722 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in MutexLockWithTimeout() local882 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_unlock() local919 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_trylock() local
2486 TEST(STDIO_TEST, unlocked) { in TEST() argument