Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test.cc34 TestMutexBeforeInit(); // Mutexes must be usable before __tsan_init(); in run_tests()
Dtsan_test_util.h17 void TestMutexBeforeInit();
Dtsan_test_util_posix.cc90 void TestMutexBeforeInit() { in TestMutexBeforeInit() function