Home
last modified time | relevance | path

Searched defs:unlocked (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpthread_mutex.cpp562 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexTryLock() local
599 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexLock() local
626 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexUnlock() local
736 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in MutexLockWithTimeout() local
896 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_unlock() local
933 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_trylock() local
/bionic/tests/
Dstdio_test.cpp2665 TEST(STDIO_TEST, unlocked) { in TEST() argument