Searched refs:tryLock (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmutex.h26 bool tryLock();
28 if (LIKELY(tryLock()))
39 if (tryLock())
H A Dtsd.h42 inline bool tryLock() { function
43 if (Mutex.tryLock()) {
H A Dtsd_shared.h66 if (TSD->tryLock())
125 // in the slow path, it means that tryLock failed, and as a result it's
134 if (TSDs[Index].tryLock()) {
H A Dfuchsia.cpp156 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS {
H A Dlinux.cpp100 bool HybridMutex::tryLock() { function in class:scudo::__anon2576::HybridMutex
H A Drelease.h72 if (BufferSize <= StaticBufferSize && Mutex.tryLock()) {
H A Dquarantine.h213 if (Cache.getSize() > getMaxSize() && RecycleMutex.tryLock())
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_posix.cpp22 bool Mutex::tryLock() { return pthread_mutex_trylock(&Mu) == 0; } function in class:gwp_asan::Mutex
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.inc49 if (TSD->tryLock())
H A Dscudo_tsd.h32 INLINE bool tryLock() { function
H A Dscudo_tsd_shared.cpp70 // the slow path, it means that tryLock failed, and as a result it's very
80 if (TSDs[Index].tryLock()) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dmutex.h28 bool tryLock();
H A Dguarded_pool_allocator.cpp213 PoolMutex.tryLock();

Completed in 177 milliseconds