Searched defs:try_lock (Results 1 – 7 of 7) sorted by relevance
36 mutex::try_lock() _NOEXCEPT in try_lock() function in mutex104 recursive_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_mutex131 timed_mutex::try_lock() _NOEXCEPT in try_lock() function in timed_mutex182 recursive_timed_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_timed_mutex
34 shared_timed_mutex::try_lock() in try_lock() function in shared_timed_mutex
23 bool try_lock() in try_lock() function
30 bool try_lock() in try_lock() function in L053 bool try_lock() in try_lock() function in L176 bool try_lock() in try_lock() function in L2
25 bool try_lock() in try_lock() function in L043 bool try_lock() in try_lock() function in L161 bool try_lock() in try_lock() function in L2
46 bool try_lock() { return 0 == pthread_mutex_trylock(&mu_); } in try_lock() function in PthreadMutex73 bool try_lock() { return 0 == pthread_spin_trylock(&mu_); } in try_lock() function in PthreadSpinLock94 bool try_lock() { return 0 == pthread_rwlock_trywrlock(&mu_); } in try_lock() function in PthreadRWLock
147 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock()