Searched refs:try_rdlock (Results 1 – 1 of 1) sorted by relevance
46 bool try_rdlock() { assert(0); } in try_rdlock() function in PthreadMutex74 bool try_rdlock() { assert(0); } in try_rdlock() function in PthreadSpinLock98 bool try_rdlock() { return 0 == pthread_rwlock_tryrdlock(&mu_); } in try_rdlock() function in PthreadRWLock