| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cpp | 58 thread_registry->FinishThread(GetCurrentThread()); in ThreadFinish() 65 if (GetCurrentThread() == kInvalidTid) in CurrentThreadContext() 68 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext() 94 if (GetCurrentThread() == kMainTid) in EnsureMainThreadIDIsCorrect()
|
| H A D | lsan_mac.cpp | 70 if (GetCurrentThread() == kInvalidTid) { in lsan_register_worker_thread() 104 lsan_ctxt->parent_tid = GetCurrentThread(); in alloc_lsan_context() 151 int parent_tid = GetCurrentThread(); \
|
| H A D | lsan_linux.cpp | 22 u32 GetCurrentThread() { return current_thread_tid; } in GetCurrentThread() function
|
| H A D | lsan_thread.h | 54 u32 GetCurrentThread();
|
| H A D | lsan_posix.cpp | 90 HandleDeadlySignal(siginfo, context, GetCurrentThread(), &OnStackUnwind, in LsanOnDeadlySignal()
|
| H A D | lsan_fuchsia.cpp | 95 u32 parent_tid = GetCurrentThread(); in __sanitizer_before_thread_create_hook()
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | app.c | 85 main_thread = GetCurrentThread(); in isc__app_start() 141 REQUIRE(main_thread == GetCurrentThread()); in isc__app_run() 251 blockedthread = GetCurrentThread(); in isc__app_block() 259 REQUIRE(blockedthread == GetCurrentThread()); in isc__app_unblock()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.h | 95 Thread *GetCurrentThread(); 99 ScopedTaggingDisabler() { GetCurrentThread()->DisableTagging(); } in ScopedTaggingDisabler() 100 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); } in ~ScopedTaggingDisabler()
|
| H A D | hwasan.cpp | 236 Thread *GetCurrentThread() { in GetCurrentThread() function 250 Thread *t = GetCurrentThread(); in UnwindImpl() 347 GetCurrentThread()->InitRandomState(); in __hwasan_init() 535 Thread *t = GetCurrentThread(); in __hwasan_handle_vfork() 551 Thread *t = GetCurrentThread(); in __hwasan_extra_spill_area() 564 Thread *t = GetCurrentThread(); in __hwasan_generate_tag()
|
| H A D | hwasan_thread.cpp | 65 CHECK_EQ(GetCurrentThread(), this); in InitStackRingBuffer() 106 CHECK_EQ(GetCurrentThread(), this); in Destroy()
|
| H A D | hwasan_allocator.cpp | 107 tail_magic[i] = GetCurrentThread()->GenerateRandomTag(); in HwasanAllocatorInit() 134 Thread *t = GetCurrentThread(); in HwasanAllocate() 240 Thread *t = GetCurrentThread(); in HwasanDeallocate()
|
| H A D | hwasan_report.cpp | 407 auto *sa = (t == GetCurrentThread() && current_stack_allocations) in PrintAddressDescription() 635 GetCurrentThread()->Announce(); in ReportTailOverwritten() 647 GetCurrentThread()->stack_allocations()); in ReportTagMismatch() 658 Thread *t = GetCurrentThread(); in ReportTagMismatch()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 106 if (AsanThread *thread = GetCurrentThread()) in Destroy() 118 CHECK_NE(this, GetCurrentThread()); in Destroy() 223 DCHECK_EQ(GetCurrentThread(), this); in AsyncSignalSafeLazyInitFakeStack() 423 AsanThread *GetCurrentThread() { in GetCurrentThread() function 455 AsanThread *t = GetCurrentThread(); in GetCurrentTidOrInvalid() 538 AsanThread *t = GetCurrentThread(); in __sanitizer_start_switch_fiber() 550 AsanThread *t = GetCurrentThread(); in __sanitizer_finish_switch_fiber()
|
| H A D | asan_rtl.cpp | 569 if (AsanThread *curr_thread = GetCurrentThread()) { in UnpoisonDefaultStack() 587 AsanThread *curr_thread = GetCurrentThread(); in UnpoisonFakeStack() 612 AsanThread *t = GetCurrentThread(); in __asan_extra_spill_area() 618 AsanThread *t = GetCurrentThread(); in __asan_handle_vfork()
|
| H A D | asan_fuchsia.cpp | 112 DCHECK_NE(GetCurrentThread(), this); in SetThreadStackAndTls() 113 DCHECK_NE(GetCurrentThread(), nullptr); in SetThreadStackAndTls()
|
| H A D | asan_stack.cpp | 63 AsanThread *t = GetCurrentThread(); in UnwindImpl()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 191 MemprofThread *GetCurrentThread() { in GetCurrentThread() function 210 MemprofThread *t = GetCurrentThread(); in GetCurrentTidOrInvalid()
|
| H A D | memprof_stack.cpp | 40 MemprofThread *t = GetCurrentThread(); in UnwindImpl()
|
| H A D | memprof_thread.h | 127 MemprofThread *GetCurrentThread();
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_linux.cpp | 200 MsanThread *GetCurrentThread() { in GetCurrentThread() function 232 MsanThread *GetCurrentThread() { in GetCurrentThread() function
|
| H A D | msan.cpp | 292 MsanThread *t = GetCurrentThread(); in ChainOrigin() 307 MsanThread *t = GetCurrentThread(); in UnwindImpl() 695 MsanThread *t = GetCurrentThread(); in __msan_start_switch_fiber() 704 MsanThread *t = GetCurrentThread(); in __msan_finish_switch_fiber()
|
| H A D | msan_thread.h | 75 MsanThread *GetCurrentThread();
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.h | 76 DFsanThread *GetCurrentThread();
|
| H A D | dfsan_allocator.cpp | 90 DFsanThread *t = GetCurrentThread(); in DFsanAllocate() 126 DFsanThread *t = GetCurrentThread(); in dfsan_deallocate()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_unwind_win.cpp | 74 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in UnwindSlow()
|