Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance
498 uint64_t new_thread = KMP_TEST_THEN_INC64((kmp_int64 *)&thread); in __ompt_get_unique_id_internal() local499 ID = new_thread << (sizeof(uint64_t) * 8 - OMPT_THREAD_ID_BITS); in __ompt_get_unique_id_internal()
764 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() argument767 ThreadSP thread = std::make_shared<TargetThreadWindows>(*this, new_thread); in OnCreateThread()769 const HostNativeThread &native_new_thread = new_thread.GetNativeThread(); in OnCreateThread()
563 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() argument566 auto thread = std::make_unique<NativeThreadWindows>(*this, new_thread); in OnCreateThread()
1188 Thread *new_thread = in DoExecute() local1190 if (new_thread == nullptr) { in DoExecute()1196 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true); in DoExecute()