Home
last modified time | relevance | path

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

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