Home | Sort by relevance Sort by last modified time |
/external/compiler-rt/test/tsan/ | |
deadlock_detector_stress_test.cc | 46 bool try_rdlock() { assert(0); } function in class:PthreadMutex 74 bool try_rdlock() { assert(0); } function in class:PthreadSpinLock 98 bool try_rdlock() { return 0 == pthread_rwlock_tryrdlock(&mu_); } function in class:PthreadRWLock |