Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Druntime.cpp142 newThread->SuspendThread(true); in RegisterThread()
197 thread->SuspendThread(+1, &barrier); in SuspendAllThreadsImpl()
H A Djs_thread.cpp1153 void JSThread::SuspendThread(bool internalSuspend, SuspendBarrier* barrier) in SuspendThread() function in panda::ecmascript::JSThread
H A Djs_thread.h1368 void SuspendThread(bool internalSuspend, SuspendBarrier* barrier = nullptr);
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_thread_state_test.cpp121 i->GetAssociatedJSThread()->SuspendThread(false); in SuspendOrResumeAllThreads()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h499 virtual std::optional<Error> SuspendThread(PtThread thread) const = 0;
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.h288 std::optional<Error> SuspendThread(PtThread thread) const override;
H A Ddebugger.cpp412 std::optional<Error> Debugger::SuspendThread(PtThread thread) const in SuspendThread() function in ark::tooling::Debugger

Completed in 11 milliseconds