Home
last modified time | relevance | path

Searched refs:EventTypeFuncExit (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_trace.h32 EventTypeFuncExit, enumerator
H A Dtsan_rtl_report.cc417 } else if (typ == EventTypeFuncExit) { in RestoreStack()
H A Dtsan_rtl.cc1007 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0); in FuncExit()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_trace.h30 EventTypeFuncExit, enumerator
H A Dtsan_rtl_report.cc415 } else if (typ == EventTypeFuncExit) { in RestoreStack()
H A Dtsan_rtl.cc1003 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0); in FuncExit()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_trace.h31 EventTypeFuncExit, enumerator
H A Dtsan_rtl.h780 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0); in FuncExit()
H A Dtsan_rtl_report.cpp428 } else if (typ == EventTypeFuncExit) { in RestoreStack()