Home
last modified time | relevance | path

Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dompt-specific.cpp498 uint64_t new_thread = KMP_TEST_THEN_INC64((kmp_int64 *)&thread); in __ompt_get_unique_id_internal() local
499 ID = new_thread << (sizeof(uint64_t) * 8 - OMPT_THREAD_ID_BITS); in __ompt_get_unique_id_internal()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp764 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() argument
767 ThreadSP thread = std::make_shared<TargetThreadWindows>(*this, new_thread); in OnCreateThread()
769 const HostNativeThread &native_new_thread = new_thread.GetNativeThread(); in OnCreateThread()
H A DNativeProcessWindows.cpp563 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() argument
566 auto thread = std::make_unique<NativeThreadWindows>(*this, new_thread); in OnCreateThread()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp1188 Thread *new_thread = in DoExecute() local
1190 if (new_thread == nullptr) { in DoExecute()
1196 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true); in DoExecute()