Searched defs:tryLock (Results 1 - 4 of 4) sorted by relevance

/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.h32 INLINE bool tryLock() { function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h42 inline bool tryLock() { function
H A Dlinux.cpp100 bool HybridMutex::tryLock() { function in class:scudo::__anon2576::HybridMutex

Completed in 190 milliseconds