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() local731 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in MutexLockWithTimeout() local891 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_unlock() local928 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_trylock() local
2536 TEST(STDIO_TEST, unlocked) { in TEST() argument