Home | Sort by relevance Sort by last modified time |
/external/compiler-rt/test/tsan/ | |
deadlock_detector_stress_test.cc | 47 void rdlock() { assert(0); } function in class:PthreadMutex 74 void rdlock() { assert(0); } function in class:PthreadSpinLock 95 void rdlock() { assert(0 == pthread_rwlock_rdlock(&mu_)); } function in class:PthreadRWLock 130 locks_[i]->rdlock(); |
/external/elfutils/0.153/lib/ | |
eu-config.h | 60 # define rwlock_rdlock(lock) RWLOCK_CALL (rdlock (&lock)) |