Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc39 static bool supports_read_lock() { return false; } in supports_read_lock() function in PthreadMutex
67 static bool supports_read_lock() { return false; } in supports_read_lock() function in PthreadSpinLock
91 static bool supports_read_lock() { return true; } in supports_read_lock() function in PthreadRWLock