Searched defs:tryLock (Results 1 – 2 of 2) sorted by relevance
/system/core/libutils/ | ||
D | Mutex_test.cpp | 34 TEST(Mutex, tryLock) { in TEST() argument |
/system/core/libutils/include/utils/ | ||
D | Mutex.h | 188 inline status_t Mutex::tryLock() { in tryLock() function |