Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc16 #define LockType PthreadMutex
23 class PthreadMutex { class
25 explicit PthreadMutex(bool recursive = false) { in PthreadMutex() function in PthreadMutex
35 ~PthreadMutex() { in ~PthreadMutex()
53 class PthreadRecursiveMutex : public PthreadMutex {
55 PthreadRecursiveMutex() : PthreadMutex(true) { } in PthreadRecursiveMutex()
81 class PthreadSpinLock : public PthreadMutex { };