Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cpp44 void rdlock() { assert(0); } in rdlock() function in PthreadMutex
72 void rdlock() { assert(0); } in rdlock() function in PthreadSpinLock
96 void rdlock() { assert(0 == pthread_rwlock_rdlock(&mu_)); } in rdlock() function in PthreadRWLock
131 locks_[i]->rdlock(); in RL()