Home
last modified time | relevance | path

Searched refs:try_rdlock (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc46 bool try_rdlock() { assert(0); } in try_rdlock() function in PthreadMutex
74 bool try_rdlock() { assert(0); } in try_rdlock() function in PthreadSpinLock
98 bool try_rdlock() { return 0 == pthread_rwlock_tryrdlock(&mu_); } in try_rdlock() function in PthreadRWLock