Searched refs:GetCurrentThread (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp22 u32 GetCurrentThread() { return current_thread_tid; } function in namespace:__lsan
H A Dlsan_thread.cpp93 thread_registry->FinishThread(GetCurrentThread());
99 if (GetCurrentThread() == kInvalidTid)
102 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
123 if (GetCurrentThread() == 0)
H A Dlsan_mac.cpp70 if (GetCurrentThread() == kInvalidTid) {
104 lsan_ctxt->parent_tid = GetCurrentThread();
151 int parent_tid = GetCurrentThread(); \
H A Dlsan_thread.h54 u32 GetCurrentThread();
H A Dlsan.cpp97 HandleDeadlySignal(siginfo, context, GetCurrentThread(), &OnStackUnwind,
H A Dlsan_common_mac.cpp87 u32 GetCurrentThread() { function in namespace:__lsan
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h102 Thread *GetCurrentThread();
106 ScopedTaggingDisabler() { GetCurrentThread()->DisableTagging(); }
107 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); }
H A Dhwasan.cpp40 Thread *t = GetCurrentThread();
45 Thread *t = GetCurrentThread();
50 Thread *t = GetCurrentThread();
202 Thread *t = GetCurrentThread();
378 GetCurrentThread()->InitRandomState();
569 Thread *t = GetCurrentThread();
585 Thread *t = GetCurrentThread();
598 Thread *t = GetCurrentThread();
H A Dhwasan_thread.cpp49 CHECK_EQ(GetCurrentThread(), this);
51 // ScopedTaggingDisable needs GetCurrentThread to be set up.
H A Dhwasan_allocator.cpp88 tail_magic[i] = GetCurrentThread()->GenerateRandomTag();
115 Thread *t = GetCurrentThread();
215 Thread *t = GetCurrentThread();
H A Dhwasan_report.cpp345 auto *sa = (t == GetCurrentThread() && current_stack_allocations)
490 GetCurrentThread()->Announce();
502 GetCurrentThread()->stack_allocations());
513 Thread *t = GetCurrentThread();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h65 MsanThread *GetCurrentThread();
H A Dmsan_linux.cpp201 MsanThread *GetCurrentThread() { function in namespace:__msan
233 MsanThread *GetCurrentThread() { function in namespace:__msan
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dapp.c85 main_thread = GetCurrentThread();
141 REQUIRE(main_thread == GetCurrentThread());
251 blockedthread = GetCurrentThread();
259 REQUIRE(blockedthread == GetCurrentThread());
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.cpp63 AsanThread *t = GetCurrentThread();
H A Dasan_fuchsia.cpp117 DCHECK_NE(GetCurrentThread(), this);
118 DCHECK_NE(GetCurrentThread(), nullptr);
H A Dasan_rtems.cpp121 DCHECK_NE(GetCurrentThread(), this);
122 DCHECK_NE(GetCurrentThread(), nullptr);
H A Dasan_thread.cpp403 AsanThread *GetCurrentThread() { function in namespace:__asan
438 AsanThread *t = GetCurrentThread();
515 AsanThread *t = GetCurrentThread();
527 AsanThread *t = GetCurrentThread();
H A Dasan_rtl.cpp564 AsanThread *curr_thread = GetCurrentThread();
601 AsanThread *t = GetCurrentThread();
607 AsanThread *t = GetCurrentThread();
H A Dasan_stats.cpp117 AsanThread *t = GetCurrentThread();
H A Dasan_thread.h180 AsanThread *GetCurrentThread();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp66 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(),
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h126 static lldb::thread_t GetCurrentThread();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h95 NativeThreadDarwinSP GetCurrentThread();
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-changelist.c70 timer->thread = GetCurrentThread();

Completed in 220 milliseconds

123