Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/tsan/
H A Dcustom_mutex.h28 __tsan_mutex_pre_lock(this, __tsan_mutex_try_lock); in TryLock()
30 __tsan_mutex_post_lock(this, __tsan_mutex_try_lock | in TryLock()
/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h57 static const unsigned __tsan_mutex_try_lock = 1 << 4; variable
72 __tsan_mutex_read_lock | __tsan_mutex_try_lock;