Searched defs:supports_recursive_lock (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cc43 static bool supports_recursive_lock() { return false; } function in class:PthreadMutex
59 static bool supports_recursive_lock() { return true; } function in class:PthreadRecursiveMutex
70 static bool supports_recursive_lock() { return false; } function in class:PthreadSpinLock
91 static bool supports_recursive_lock() { return false; } function in class:PthreadRWLock
298 if (!LockType::supports_recursive_lock()) return;

Completed in 103 milliseconds