Home
last modified time | relevance | path

Searched defs:TryLock (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mutex.h35 bool TryLock() { in TryLock() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h33 bool TryLock() { in TryLock() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc149 bool Mutex::TryLock() { in TryLock() function in Mutex
437 bool ScopedThread::TryLock(const Mutex &m) { in TryLock() function in ScopedThread
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h35 bool TryLock() TRY_ACQUIRE(true) { in TryLock() function