HomeSort by relevance Sort by last modified time
    Searched refs:__tsan_init (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.cc 22 void __tsan_init() { function
tsan_interface.h 30 void __tsan_init() SANITIZER_INTERFACE_ATTRIBUTE;
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test.cc 34 TestMutexBeforeInit(); // Mutexes must be usable before __tsan_init();
35 __tsan_init();
  /external/compiler-rt/lib/tsan/go/
test.c 16 void __tsan_init(void **thr);
39 __tsan_init(&thr0);
tsan_go.cc 88 void __tsan_init(ThreadState **thrp) { function
136 if (thr == 0) // probably before __tsan_init()

Completed in 494 milliseconds