Searched refs:EventTypeFuncExit (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_trace.h | 32 EventTypeFuncExit, enumerator
|
H A D | tsan_rtl_report.cc | 417 } else if (typ == EventTypeFuncExit) { in RestoreStack()
|
H A D | tsan_rtl.cc | 1007 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0); in FuncExit()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_trace.h | 30 EventTypeFuncExit, enumerator
|
H A D | tsan_rtl_report.cc | 415 } else if (typ == EventTypeFuncExit) { in RestoreStack()
|
H A D | tsan_rtl.cc | 1003 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0); in FuncExit()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_trace.h | 31 EventTypeFuncExit, enumerator
|
H A D | tsan_rtl.h | 780 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0); in FuncExit()
|
H A D | tsan_rtl_report.cpp | 428 } else if (typ == EventTypeFuncExit) { in RestoreStack()
|