Searched refs:supports_recursive_lock (Results 1 – 1 of 1) sorted by relevance
40 static bool supports_recursive_lock() { return false; } in supports_recursive_lock() function in PthreadMutex56 static bool supports_recursive_lock() { return true; } in supports_recursive_lock() function in PthreadRecursiveMutex68 static bool supports_recursive_lock() { return false; } in supports_recursive_lock() function in PthreadSpinLock92 static bool supports_recursive_lock() { return false; } in supports_recursive_lock() function in PthreadRWLock299 if (!LockType::supports_recursive_lock()) return; in Test9()