Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc60 class PthreadSpinLock { class
62 PthreadSpinLock() { assert(0 == pthread_spin_init(&mu_, 0)); } in PthreadSpinLock() function in PthreadSpinLock
63 ~PthreadSpinLock() { in ~PthreadSpinLock()
81 class PthreadSpinLock : public PthreadMutex { }; class