Searched defs:unlocked (Results 1 – 2 of 2) sorted by relevance
562 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexTryLock() local599 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexLock() local626 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexUnlock() local736 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in MutexLockWithTimeout() local896 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_unlock() local933 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_trylock() local
2665 TEST(STDIO_TEST, unlocked) { in TEST() argument