Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cpp46 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