Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_sync.h33 MutexFlagTryLockFailed = 1 << 5, // __tsan_mutex_try_lock_failed enumerator
Dtsan_interface_ann.cpp494 if (!(flagz & MutexFlagTryLockFailed)) { in __tsan_mutex_post_lock()