Searched defs:try_lock (Results 1 – 8 of 8) sorted by relevance
40 mutex::try_lock() noexcept try_lock() function in mutex 86 recursive_mutex::try_lock() noexcept try_lock() function in recursive_mutex 113 timed_mutex::try_lock() noexcept try_lock() function in timed_mutex 164 recursive_timed_mutex::try_lock() noexcept try_lock() function in recursive_timed_mutex
35 bool __shared_mutex_base::try_lock() { try_lock() function in __shared_mutex_base 91 bool shared_timed_mutex::try_lock() { return __base_.try_lock(); } try_lock() function in shared_timed_mutex
32 bool RWMutexImpl::try_lock() { return true; } in try_lock() function in RWMutexImpl120 bool RWMutexImpl::try_lock() { in try_lock() function in RWMutexImpl156 bool RWMutexImpl::try_lock() { in try_lock() function in RWMutexImpl
150 GuardState try_lock() in try_lock() function219 GuardState try_lock() in try_lock() function in __anone6a749c70111::DoubleWordGuard
58 bool try_lock() { in try_lock() function
162 bool try_lock() { return impl.try_lock(); } in try_lock() function
129 bool unique_lock<_Mutex>::try_lock() { in try_lock() function
89 try_lock(mlock_func_t lock_func, const void *addr, size_t len) in try_lock() function