Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_thread.cpp62 ThreadContext *CurrentThreadContext() { in CurrentThreadContext() function
95 CurrentThreadContext()->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
H A Dlsan_thread.h56 ThreadContext *CurrentThreadContext();
H A Dlsan.cpp38 if (ThreadContext *t = CurrentThreadContext()) { in UnwindImpl()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_thread.cc98 ThreadContext *CurrentThreadContext() { in CurrentThreadContext() function
125 CurrentThreadContext()->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
H A Dlsan_thread.h56 ThreadContext *CurrentThreadContext();
H A Dlsan.h53 if (fast && (t = CurrentThreadContext())) { in GetStackTrace()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_thread.cc96 ThreadContext *CurrentThreadContext() { in CurrentThreadContext() function
123 CurrentThreadContext()->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
H A Dlsan_thread.h54 ThreadContext *CurrentThreadContext();
H A Dlsan.h51 if (fast && (t = CurrentThreadContext())) { in GetStackTrace()