HomeSort by: relevance | last modified time | path
    Searched refs:__tsan_init (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_preinit.cc 12 // Call __tsan_init at the very early stage of process startup.
25 void (*__local_tsan_preinit)(void) = __tsan_init;
tsan_interface.cc 27 void __tsan_init() { function in typeref:typename:void
tsan_interface.h 34 SANITIZER_INTERFACE_ATTRIBUTE void __tsan_init();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test.cc 34 TestMutexBeforeInit(); // Mutexes must be usable before __tsan_init();
35 __tsan_init();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
test.c 19 void __tsan_init(void **thr, void **proc, void (*cb)(long, void*));
63 __tsan_init(&thr0, &proc0, symbolize_cb);
tsan_go.cc 141 void __tsan_init(ThreadState **thrp, Processor **procp, function in namespace:__tsan
  /src/sys/kern/
subr_csan.c 226 void __tsan_init(void);
231 __tsan_init(void) function in typeref:typename:void

Completed in 14 milliseconds