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/go/
test.c 16 void __tsan_init(void **thr, void (*cb)(void*));
41 __tsan_init(&thr0, symbolize_cb);
tsan_go.cc 101 void __tsan_init(ThreadState **thrp, void (*cb)(SymbolizeContext *cb)) { function
  /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/rtl/
tsan_interface.h 30 SANITIZER_INTERFACE_ATTRIBUTE void __tsan_init();
tsan_interface.cc 27 void __tsan_init() { function

Completed in 233 milliseconds