Home
last modified time | relevance | path

Searched refs:__tsan_mutex_linker_init (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/tsan/
H A Dcustom_mutex4.cpp17 new(&mu1_store) Mutex(false, __tsan_mutex_linker_init); in main()
H A Dcustom_mutex.h92 Mutex Mutex::prof_mu_(false, __tsan_mutex_linker_init);
/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h41 static const unsigned __tsan_mutex_linker_init = 1 << 0; variable