Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dcustom_mutex.h29 bool ok = TryLockImpl(); in TryLock()
68 while (!TryLockImpl())
74 bool TryLockImpl() { in TryLockImpl() function