HomeSort by: relevance | last modified time | path
    Searched defs:SetCurrentThread (Results 1 - 10 of 10) 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/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_linux.cpp 24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; }
lsan_common_mac.cpp 109 void SetCurrentThread(ThreadContextLsanBase *tctx) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_linux.cpp 23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; }
lsan_common_mac.cpp 92 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(),
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.cpp 294 SetCurrentThread(main_thread);
433 SetCurrentThread(tctx->thread);
442 void SetCurrentThread(AsanThread *t) {
444 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(),
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.cpp 295 SetCurrentThread(main_thread);
435 SetCurrentThread(tctx->thread);
444 void SetCurrentThread(AsanThread *t) {
446 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(),

Completed in 19 milliseconds