Home
last modified time | relevance | path

Searched refs:GetCurrentThreadId (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/make/
H A Dthread.h33 return static_cast<uint64_t>(::GetCurrentThreadId()); in get_thread_id()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h53 #define __kmp_gettid() GetCurrentThreadId()
H A Dz_Windows_NT_util.cpp1023 this_thr->th.th_info.ds.ds_thread_id = GetCurrentThreadId(); in __kmp_launch_worker()
1053 this_thr->th.th_info.ds.ds_thread_id = GetCurrentThreadId(); in __kmp_launch_monitor()
1165 th->th.th_info.ds.ds_thread_id = GetCurrentThreadId(); in __kmp_create_worker()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsysobjs.py121 def GetCurrentThreadId(self): member in SysObjects
122 res = self.vt.GetCurrentThreadId(self.sysobjects, byref(self.ulong))
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreading.inc57 return ::GetCurrentThreadId();
63 return uint64_t(::GetCurrentThreadId());
101 SetThreadName(::GetCurrentThreadId(), NameStr.data());
H A DSignals.inc837 ExceptionInfo.ThreadId = ::GetCurrentThreadId();
/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Dfields_values.c24 #define gettid GetCurrentThreadId
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp86 const DWORD this_thread = GetCurrentThreadId(); in RunThread()
H A Dsanitizer_win.cpp112 return GetCurrentThreadId(); in GetTid()
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp214 return GetCurrentThreadId(); in __libcpp_thread_get_current_id()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc361 owner_thread_id_ = ::GetCurrentThreadId(); in Lock()
377 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId()) in AssertHeld()
539 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h212 #define __itt_thread_id() GetCurrentThreadId()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp290 ::GetCurrentThreadId()); in DebugLoop()
/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h265 #define __itt_thread_id() GetCurrentThreadId()