Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc45 void rdunlock() { assert(0); } in rdunlock() function in PthreadMutex
73 void rdunlock() { assert(0); } in rdunlock() function in PthreadSpinLock
97 void rdunlock() { assert(0 == pthread_rwlock_unlock(&mu_)); } in rdunlock() function in PthreadRWLock
136 locks_[i]->rdunlock(); in RU()