HomeSort by: relevance | last modified time | path
    Searched defs:SetCurrentThread (Results 1 - 4 of 4) 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_common_mac.cc 93 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; }
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_linux.cc 207 void SetCurrentThread(MsanThread *tsd) {
238 void SetCurrentThread(MsanThread *t) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
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(),

Completed in 12 milliseconds