Searched defs:tryLock (Results 1 – 8 of 8) sorted by relevance
16 bool Mutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in gwp_asan::Mutex
22 bool Mutex::tryLock() { return pthread_mutex_trylock(&Mu) == 0; } in tryLock() function in gwp_asan::Mutex
38 inline bool tryLock() NO_THREAD_SAFETY_ANALYSIS { in tryLock() function
76 bool HybridMutex::tryLock() { return true; } tryLock() function in scudo::HybridMutex
198 bool HybridMutex::tryLock() __TA_NO_THREAD_SAFETY_ANALYSIS { in tryLock() function in scudo::HybridMutex
114 bool HybridMutex::tryLock() { in tryLock() function in scudo::HybridMutex
30 Expected<bool> tryLock() override { return OwningLock.try_lock(); } in tryLock() function in __anond09638f40111::ReaderWriterLock
163 Expected<bool> LockFileManager::tryLock() { in tryLock() function in LockFileManager