Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_sync.h33 MutexFlagTryLockFailed = 1 << 5, // __tsan_mutex_try_lock_failed enumerator
HDtsan_interface_ann.cpp380 if (!(flagz & MutexFlagTryLockFailed)) { in __tsan_mutex_post_lock()