Searched defs:try_lock (Results 1 – 8 of 8) sorted by relevance
37 mutex::try_lock() _NOEXCEPT in try_lock() function in mutex105 recursive_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_mutex132 timed_mutex::try_lock() _NOEXCEPT in try_lock() function in timed_mutex183 recursive_timed_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_timed_mutex
37 shared_timed_mutex::try_lock() in try_lock() function in shared_timed_mutex
25 bool try_lock() in try_lock() function
32 bool try_lock() in try_lock() function in L055 bool try_lock() in try_lock() function in L178 bool try_lock() in try_lock() function in L2
27 bool try_lock() in try_lock() function in L045 bool try_lock() in try_lock() function in L163 bool try_lock() in try_lock() function in L2
124 bool try_lock() { in try_lock() function
43 bool try_lock() { return 0 == pthread_mutex_trylock(&mu_); } in try_lock() function in PthreadMutex70 bool try_lock() { return 0 == pthread_spin_trylock(&mu_); } in try_lock() function in PthreadSpinLock91 bool try_lock() { return 0 == pthread_rwlock_trywrlock(&mu_); } in try_lock() function in PthreadRWLock
143 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock()