Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/tsan/
H A Dcustom_mutex3.cpp10 Mutex mu(false, __tsan_mutex_write_reentrant);
16 new(&mu) Mutex(true, __tsan_mutex_write_reentrant); in thr1()
/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h43 static const unsigned __tsan_mutex_write_reentrant = 1 << 1; variable