Searched defs:try_lock (Results 1 – 10 of 10) sorted by relevance
36 inline bool Mutex::try_lock() { in try_lock() function
34 inline bool Mutex::try_lock() { in try_lock() function
32 inline bool Mutex::try_lock() { in try_lock() function
43 inline bool Mutex::try_lock() { in try_lock() function
309 bool try_lock() { return tryReadLock() == 0; } in try_lock() function in RWReadMutex317 bool try_lock() { return tryWriteLock() == 0; } in try_lock() function in RWWriteMutex332 bool try_lock() { return std::shared_mutex::try_lock_shared(); } in try_lock() function in SharedReadMutex
1752 bool try_lock() TRY_ACQUIRE(true) { return std::unique_lock<Mutex>::try_lock(); } in try_lock() function1801 bool try_lock() TRY_ACQUIRE(true) { in try_lock() function
40034 bool try_lock; member
49474 bool try_lock; member