Searched refs:main_thread (Results 1 – 10 of 10) sorted by relevance
122 ithread main_thread;390 return ((aTHX == MY_POOL.main_thread.interp) ? S_exit_warning(aTHX) : 0); in S_exit_warning() 704 aTHX = MY_POOL.main_thread.interp; in S_ithread_run() 787 PERL_SET_CONTEXT(my_pool->main_thread.interp);808 thread->next = &my_pool->main_thread;809 thread->prev = my_pool->main_thread.prev;810 my_pool->main_thread.prev = thread;1237 for (thread = MY_POOL.main_thread.next;1238 thread != &MY_POOL.main_thread;1618 for (thread = MY_POOL.main_thread134 ithread main_thread; global() member [all...]
157 MemprofThread *main_thread = MemprofThread::Create( in CreateMainThread() local160 SetCurrentThread(main_thread); in CreateMainThread()161 main_thread->ThreadStart(internal_getpid(), in CreateMainThread()163 return main_thread; in CreateMainThread()
212 MemprofThread *main_thread = CreateMainThread(); in MemprofInitInternal() local213 CHECK_EQ(0, main_thread->tid()); in MemprofInitInternal()
291 AsanThread *main_thread = AsanThread::Create( in CreateMainThread() local294 SetCurrentThread(main_thread); in CreateMainThread()295 main_thread->ThreadStart(internal_getpid()); in CreateMainThread()296 return main_thread; in CreateMainThread()
480 AsanThread *main_thread = CreateMainThread(); in AsanInitInternal() local481 CHECK_EQ(0, main_thread->tid()); in AsanInitInternal()
130 ThreadContextBase *main_thread = registry->GetThreadLocked(0); in TestRegistry() local131 EXPECT_EQ(main_thread, registry->FindThreadContextLocked( in TestRegistry()
494 MsanThread *main_thread = MsanThread::Create(nullptr, nullptr); in __msan_init() local495 SetCurrentThread(main_thread); in __msan_init()496 main_thread->Init(); in __msan_init()
686 ThreadSP main_thread = in OnDebuggerConnected() local690 main_thread->SetID(id); in OnDebuggerConnected()692 m_session_data->m_new_threads[id] = main_thread; in OnDebuggerConnected()
557 auto *main_thread = static_cast<NativeThreadLinux *>(m_threads[0].get()); in MonitorSIGTRAP() local559 SetCurrentThreadID(main_thread->GetID()); in MonitorSIGTRAP()560 main_thread->SetStoppedByExec(); in MonitorSIGTRAP()563 ThreadWasCreated(*main_thread); in MonitorSIGTRAP()569 StopRunningThreads(main_thread->GetID()); in MonitorSIGTRAP()
1244 DFsanThread *main_thread = DFsanThread::Create(nullptr, nullptr); in DFsanInit() local1245 SetCurrentThread(main_thread); in DFsanInit()1246 main_thread->Init(); in DFsanInit()