Home
last modified time | relevance | path

Searched defs:try_lock (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dmutex.cpp39 mutex::try_lock() noexcept in try_lock() function in mutex
85 recursive_mutex::try_lock() noexcept in try_lock() function in recursive_mutex
112 timed_mutex::try_lock() noexcept in try_lock() function in timed_mutex
163 recursive_timed_mutex::try_lock() noexcept in try_lock() function in recursive_timed_mutex
H A Dshared_mutex.cpp39 __shared_mutex_base::try_lock() in try_lock() function in __shared_mutex_base
110 bool shared_timed_mutex::try_lock() { return __base.try_lock(); } in try_lock() function in shared_timed_mutex
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMutex.h60 bool try_lock() { in try_lock() function