Home
last modified time | relevance | path

Searched defs:PthreadRWLock (Results 1 – 1 of 1) sorted by relevance

/llvm-project/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cpp84 class PthreadRWLock { class
86 PthreadRWLock() { assert(0 == pthread_rwlock_init(&mu_, 0)); } in PthreadRWLock() function in PthreadRWLock