| /freebsd-12.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-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cc | 94 thread_registry->FinishThread(GetCurrentThread()); in ThreadFinish() 100 if (GetCurrentThread() == kInvalidTid) in CurrentThreadContext() 103 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); in CurrentThreadContext() 124 if (GetCurrentThread() == 0) in EnsureMainThreadIDIsCorrect()
|
| H A D | lsan_mac.cc | 71 if (GetCurrentThread() == kInvalidTid) { in lsan_register_worker_thread() 105 lsan_ctxt->parent_tid = GetCurrentThread(); in alloc_lsan_context() 152 int parent_tid = GetCurrentThread(); \
|
| H A D | lsan_linux.cc | 23 u32 GetCurrentThread() { return current_thread_tid; } in GetCurrentThread() function
|
| H A D | lsan_thread.h | 54 u32 GetCurrentThread();
|
| H A D | lsan.cc | 80 HandleDeadlySignal(siginfo, context, GetCurrentThread(), &OnStackUnwind, in LsanOnDeadlySignal()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.h | 104 Thread *GetCurrentThread(); 108 ScopedTaggingDisabler() { GetCurrentThread()->DisableTagging(); } in ScopedTaggingDisabler() 109 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); } in ~ScopedTaggingDisabler()
|
| H A D | hwasan.cc | 40 Thread *t = GetCurrentThread(); in EnterSymbolizer() 45 Thread *t = GetCurrentThread(); in ExitSymbolizer() 50 Thread *t = GetCurrentThread(); in IsInSymbolizer() 147 Thread *t = GetCurrentThread(); in GetStackTrace() 479 Thread *t = GetCurrentThread(); in __hwasan_generate_tag()
|
| H A D | hwasan_interceptors.cc | 49 Thread *t = GetCurrentThread(); in IsInInterceptorScope() 55 Thread *t = GetCurrentThread(); in InterceptorScope() 60 Thread *t = GetCurrentThread(); in ~InterceptorScope()
|
| H A D | hwasan_report.cc | 237 auto *sa = (t == GetCurrentThread() && current_stack_allocations) in PrintAddressDescription() 378 GetCurrentThread()->Announce(); in ReportTailOverwritten() 390 GetCurrentThread()->stack_allocations()); in ReportTagMismatch() 401 Thread *t = GetCurrentThread(); in ReportTagMismatch()
|
| H A D | hwasan_allocator.cc | 122 tail_magic[i] = GetCurrentThread()->GenerateRandomTag(); in HwasanAllocatorInit() 149 Thread *t = GetCurrentThread(); in HwasanAllocate() 239 Thread *t = GetCurrentThread(); in HwasanDeallocate()
|
| H A D | hwasan_linux.cc | 242 Thread *t = GetCurrentThread(); in __hwasan_thread_exit() 304 Thread *GetCurrentThread() { in GetCurrentThread() function
|
| H A D | hwasan_thread.cc | 41 CHECK_EQ(GetCurrentThread(), this); in Init()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_thread.cc | 404 AsanThread *GetCurrentThread() { in GetCurrentThread() function 439 AsanThread *t = GetCurrentThread(); in GetCurrentTidOrInvalid() 516 AsanThread *t = GetCurrentThread(); in __sanitizer_start_switch_fiber() 528 AsanThread *t = GetCurrentThread(); in __sanitizer_finish_switch_fiber()
|
| H A D | asan_fuchsia.cc | 118 DCHECK_NE(GetCurrentThread(), this); in SetThreadStackAndTls() 119 DCHECK_NE(GetCurrentThread(), nullptr); in SetThreadStackAndTls()
|
| H A D | asan_rtems.cc | 122 DCHECK_NE(GetCurrentThread(), this); in SetThreadStackAndTls() 123 DCHECK_NE(GetCurrentThread(), nullptr); in SetThreadStackAndTls()
|
| H A D | asan_stack.h | 42 if ((t = GetCurrentThread()) && !t->isUnwinding()) { in GetStackTrace()
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_linux.cc | 202 MsanThread *GetCurrentThread() { in GetCurrentThread() function 234 MsanThread *GetCurrentThread() { in GetCurrentThread() function
|
| H A D | msan_thread.h | 66 MsanThread *GetCurrentThread();
|
| H A D | msan_allocator.cc | 153 MsanThread *t = GetCurrentThread(); in MsanAllocate() 202 MsanThread *t = GetCurrentThread(); in MsanDeallocate()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_affinity.h | 431 if (__kmp_SetThreadGroupAffinity(GetCurrentThread(), &ga, NULL) == 0) { in set_system_affinity() 440 if (!SetThreadAffinityMask(GetCurrentThread(), *mask)) { in set_system_affinity() 456 if (__kmp_GetThreadGroupAffinity(GetCurrentThread(), &ga) == 0) { in get_system_affinity() 479 retval = SetThreadAffinityMask(GetCurrentThread(), newMask); in get_system_affinity() 488 newMask = SetThreadAffinityMask(GetCurrentThread(), retval); in get_system_affinity()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_unwind_win.cc | 66 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in SlowUnwindStackWithContext()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gthr-win32.h | 146 if (SetThreadPriority (GetCurrentThread (), sys_priority)) in __gthread_objc_thread_set_priority() 158 sys_priority = GetThreadPriority (GetCurrentThread ()); in __gthread_objc_thread_get_priority()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Host.h | 134 static lldb::thread_t GetCurrentThread();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadListDarwin.h | 96 NativeThreadDarwinSP GetCurrentThread();
|