Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cpp33 TestMutexBeforeInit(); // Mutexes must be usable before __tsan_init(); in run_tests()
H A Dtsan_test_util.h23 void TestMutexBeforeInit();
H A Dtsan_test_util_posix.cpp47 void TestMutexBeforeInit() { in TestMutexBeforeInit() function