Home
last modified time | relevance | path

Searched refs:ResumeImpl (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dsingle_thread_manager.h44 mainThread->ResumeImpl(true);
H A Dmt_thread_manager.cpp253 thread->ResumeImpl(true); in ResumeAllThreads()
H A Dthread.cpp430 ResumeImpl(true);
450 void ManagedThread::ResumeImpl(bool internalResume) in ResumeImpl() function in ark::ManagedThread
H A Dmonitor.cpp119 // ResumeImpl can be called during thread termination, which leads to destruction of locked suspend_lock_ in InflateThinLock()
120 // inside ResumeImpl. in InflateThinLock()
122 owner->ResumeImpl(true); in InflateThinLock()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmanaged_thread.h678 PANDA_PUBLIC_API void ResumeImpl(bool internalResume = false);
687 ResumeImpl(); in Resume()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dthreaded_coroutine_manager.cpp270 t->ResumeImpl(true); in ResumeAllThreads()
H A Dstackful_coroutine_manager.cpp372 t->ResumeImpl(true); in ResumeAllThreads()

Completed in 10 milliseconds