Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_amd64.S4 .hidden __tsan_trace_switch
45 call __tsan_trace_switch
Dtsan_rtl.h693 extern "C" void __tsan_trace_switch();
705 HACKY_CALL(__tsan_trace_switch); in TraceAddEvent()
Dtsan_rtl.cc489 extern "C" void __tsan_trace_switch() { in __tsan_trace_switch() function