Searched defs:tryLock (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/ | ||
H A D | mutex_fuchsia.cpp | 16 bool Mutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in gwp_asan::Mutex |
H A D | mutex_posix.cpp | 22 bool Mutex::tryLock() { return pthread_mutex_trylock(&Mu) == 0; } in tryLock() function in gwp_asan::Mutex |
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ | ||
H A D | tsd.h | 41 inline bool tryLock() { in tryLock() function |
H A D | trusty.cpp | 73 bool HybridMutex::tryLock() { return true; } in tryLock() function in scudo::HybridMutex |
H A D | fuchsia.cpp | 185 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex |
H A D | linux.cpp | 105 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex |