Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.h32 MutexFlagTryLockFailed = 1 << 5, // __tsan_mutex_try_lock_failed enumerator
H A Dtsan_interface_ann.cc493 if (!(flagz & MutexFlagTryLockFailed)) { in __tsan_mutex_post_lock()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.h34 MutexFlagTryLockFailed = 1 << 5, // __tsan_mutex_try_lock_failed enumerator
H A Dtsan_interface_ann.cc495 if (!(flagz & MutexFlagTryLockFailed)) { in __tsan_mutex_post_lock()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.h32 MutexFlagTryLockFailed = 1 << 5, // __tsan_mutex_try_lock_failed enumerator
H A Dtsan_interface_ann.cc493 if (!(flagz & MutexFlagTryLockFailed)) { in __tsan_mutex_post_lock()