Searched refs:try_lock (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMutex.h60 bool try_lock() { function in class:llvm::sys::SmartMutex
62 return impl.try_lock();
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dshared_mutex.cpp39 __shared_mutex_base::try_lock() function in class:__shared_mutex_base
110 bool shared_timed_mutex::try_lock() { return __base.try_lock(); } function in class:shared_timed_mutex
H A Dmutex.cpp39 mutex::try_lock() _NOEXCEPT
85 recursive_mutex::try_lock() _NOEXCEPT
112 timed_mutex::try_lock() _NOEXCEPT
163 recursive_timed_mutex::try_lock() _NOEXCEPT
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp170 (void)api_lock.try_lock(); // See above.
312 (void)api_lock.try_lock(); // See above.
399 (void)api_lock.try_lock(); // See above.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp151 [this] { return this->GetModuleMutex().try_lock(); })
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp318 if (!locker.try_lock()) {
361 if (!locker.try_lock()) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp266 if (!lock.try_lock())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2699 bool acquired = static_cast<std::recursive_mutex *>(Mutex)->try_lock();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1574 if (stop_stack_lock.try_lock()) {

Completed in 117 milliseconds