Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDMutex.cpp168 Mutex::Locker::TryLock (Mutex &mutex, const char *failure_message) in TryLock() function in Mutex::Locker
301 Mutex::TryLock(const char *failure_message) in TryLock() function in Mutex
386 LoggingMutex::TryLock (const char *failure_message) in TryLock() function in LoggingMutex
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDProcessRunLock.h58 TryLock (ProcessRunLock *lock) in TryLock() function
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_mutex.h35 bool TryLock() { in TryLock() function
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMIUtilThreadBaseStd.cpp356 CMIUtilThreadMutex::TryLock(void) in TryLock() function in CMIUtilThreadMutex
/NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/
HDtsan_test_util_linux.cc146 bool Mutex::TryLock() { in TryLock() function in Mutex
429 bool ScopedThread::TryLock(const Mutex &m) { in TryLock() function in ScopedThread