HomeSort by: relevance | last modified time | path
    Searched refs:SetCurrentThread (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_linux.cc 24 void SetCurrentThread(u32 tid) { current_thread_tid = tid; }
lsan_thread.h 55 void SetCurrentThread(u32 tid);
lsan.cc 103 SetCurrentThread(tid);
lsan_common_mac.cc 93 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; }
lsan_mac.cc 74 SetCurrentThread(tid);
lsan_thread.cc 95 SetCurrentThread(kInvalidTid);
lsan_interceptors.cc 365 SetCurrentThread(tid);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.h 67 void SetCurrentThread(MsanThread *t);
msan_linux.cc 207 void SetCurrentThread(MsanThread *tsd) {
238 void SetCurrentThread(MsanThread *t) {
msan.cc 450 SetCurrentThread(main_thread);
msan_interceptors.cc 1022 SetCurrentThread(t);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc 139 SetCurrentThread(t);
179 SetCurrentThread(thread);
asan_thread.cc 281 SetCurrentThread(main_thread);
419 SetCurrentThread(tctx->thread);
428 void SetCurrentThread(AsanThread *t) {
430 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
asan_rtems.cc 179 SetCurrentThread(thread);
asan_thread.h 191 void SetCurrentThread(AsanThread *t);
asan_mac.cc 187 SetCurrentThread(t);
asan_win.cc 135 SetCurrentThread(t);
asan_interceptors.cc 200 SetCurrentThread(t);

Completed in 75 milliseconds