| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.h | 110 Thread *GetCurrentThread(); 117 ScopedTaggingDisabler() { GetCurrentThread()->DisableTagging(); } in ScopedTaggingDisabler() 118 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); } in ~ScopedTaggingDisabler()
|
| H A D | hwasan_thread.cpp | 82 CHECK_EQ(GetCurrentThread(), this); in InitStackRingBuffer() 118 CHECK_EQ(GetCurrentThread(), this); in Destroy() 161 auto *t = __hwasan::GetCurrentThread(); in EnsureMainThreadIDIsCorrect()
|
| H A D | hwasan.cpp | 262 Thread *GetCurrentThread() { in GetCurrentThread() function 276 Thread *t = GetCurrentThread(); in UnwindImpl() 379 GetCurrentThread()->EnsureRandomStateInited(); in __hwasan_init() 703 Thread *t = GetCurrentThread(); in __hwasan_handle_vfork() 719 Thread *t = GetCurrentThread(); in __hwasan_extra_spill_area() 732 Thread *t = GetCurrentThread(); in __hwasan_generate_tag() 738 Thread *t = GetCurrentThread(); in __hwasan_add_frame_record()
|
| H A D | hwasan_allocator.cpp | 84 Thread *t = GetCurrentThread(); in SetAllocated() 156 tail_magic[i] = GetCurrentThread()->GenerateRandomTag(); in HwasanAllocatorInit() 204 Thread *t = GetCurrentThread(); in HwasanAllocate() 336 Thread *t = GetCurrentThread(); in HwasanDeallocate()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.h | 56 ThreadContextLsanBase *GetCurrentThread(); 58 ThreadContextLsanBase *ctx = GetCurrentThread(); in GetCurrentThreadId()
|
| H A D | lsan_linux.cpp | 23 ThreadContextLsanBase *GetCurrentThread() { return current_thread; } in GetCurrentThread() function
|
| H A D | lsan.cpp | 39 if (ThreadContextLsanBase *t = GetCurrentThread()) { in UnwindImpl()
|
| H A D | lsan_thread.cpp | 77 GetCurrentThread()->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 128 if (AsanThread *thread = GetCurrentThread()) in Destroy() 140 CHECK_NE(this, GetCurrentThread()); in Destroy() 241 DCHECK_EQ(GetCurrentThread(), this); in AsyncSignalSafeLazyInitFakeStack() 421 AsanThread *GetCurrentThread() { in GetCurrentThread() function 453 AsanThread *t = GetCurrentThread(); in GetCurrentTidOrInvalid() 568 AsanThread *t = GetCurrentThread(); in __sanitizer_start_switch_fiber() 579 AsanThread *t = GetCurrentThread(); in __sanitizer_finish_switch_fiber()
|
| H A D | asan_fuchsia.cpp | 71 AsanThread *curr_thread = GetCurrentThread(); in PlatformUnpoisonStacks() 139 DCHECK_NE(GetCurrentThread(), this); in SetThreadStackAndTls() 140 DCHECK_NE(GetCurrentThread(), nullptr); in SetThreadStackAndTls()
|
| H A D | asan_rtl.cpp | 576 if (AsanThread *curr_thread = GetCurrentThread()) { in UnpoisonDefaultStack() 594 AsanThread *curr_thread = GetCurrentThread(); in UnpoisonFakeStack() 619 AsanThread *t = GetCurrentThread(); in __asan_extra_spill_area() 625 AsanThread *t = GetCurrentThread(); in __asan_handle_vfork()
|
| H A D | asan_stack.cpp | 63 AsanThread *t = GetCurrentThread(); in UnwindImpl()
|
| H A D | asan_fake_stack.cpp | 149 AsanThread *curr_thread = GetCurrentThread(); in GC() 205 AsanThread *t = GetCurrentThread(); in GetFakeStack()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 190 MemprofThread *GetCurrentThread() { in GetCurrentThread() function 209 MemprofThread *t = GetCurrentThread(); in GetCurrentTidOrInvalid()
|
| H A D | memprof_stack.cpp | 40 MemprofThread *t = GetCurrentThread(); in UnwindImpl()
|
| H A D | memprof_interceptors.cpp | 37 MemprofThread *t = GetCurrentThread(); in SetThreadName() 96 if (MemprofThread *t = GetCurrentThread()) { \
|
| H A D | memprof_thread.h | 127 MemprofThread *GetCurrentThread();
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.h | 75 DFsanThread *GetCurrentThread();
|
| H A D | dfsan_allocator.cpp | 104 DFsanThread *t = GetCurrentThread(); in DFsanAllocate() 140 DFsanThread *t = GetCurrentThread(); in dfsan_deallocate()
|
| H A D | dfsan_thread.cpp | 110 DFsanThread *GetCurrentThread() { return dfsan_current_thread; } in GetCurrentThread() function
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.h | 76 MsanThread *GetCurrentThread();
|
| H A D | msan.cpp | 292 MsanThread *t = GetCurrentThread(); in ChainOrigin() 329 MsanThread *t = GetCurrentThread(); in UnwindImpl() 697 MsanThread *t = GetCurrentThread(); in __msan_start_switch_fiber() 706 MsanThread *t = GetCurrentThread(); in __msan_finish_switch_fiber()
|
| H A D | msan_linux.cpp | 243 MsanThread *GetCurrentThread() { in GetCurrentThread() function 275 MsanThread *GetCurrentThread() { in GetCurrentThread() function
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_unwind_win.cpp | 81 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in UnwindSlow()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 118 return SetThreadPriority(GetCurrentThread(), 310 SetThreadGroupAffinity(GetCurrentThread(), &Affinity, nullptr); 315 GetThreadGroupAffinity(GetCurrentThread(), &Affinity);
|