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.S3 .hidden __tsan_trace_switch
44 call __tsan_trace_switch
Dtsan_rtl.h738 extern "C" void __tsan_trace_switch();
748 HACKY_CALL(__tsan_trace_switch); in TraceAddEvent()
Dtsan_rtl.cc346 extern "C" void __tsan_trace_switch() { in __tsan_trace_switch() function