Home
last modified time | relevance | path

Searched refs:IsSuspended (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/
H A Dvm_thread_control.cpp29 while (!IsSuspended()) { in NotifyVMThreadSuspension()
65 bool VmThreadControl::IsSuspended() const in IsSuspended() function in panda::ecmascript::VmThreadControl
H A Dvm_thread_control.h49 bool IsSuspended() const;
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebuggable_thread.cpp124 ASSERT(thread_->IsSuspended()); in RequestToObjectRepository()
134 ASSERT(thread_->IsSuspended()); in RequestToObjectRepository()
273 // - thread_->IsSuspended() - tells if the thread is actually sleeping in Suspend()
303 ASSERT(thread_->IsSuspended()); in Resume()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h144 static bool IsSuspended(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp571 HWTEST_F_L0(DFXJSNApiTests, IsSuspended) in HWTEST_F_L0()
574 ASSERT_FALSE(DFXJSNApi::IsSuspended(vm_)); in HWTEST_F_L0()
576 ASSERT_FALSE(DFXJSNApi::IsSuspended(vm_)); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmanaged_thread.h330 inline bool IsSuspended() in IsSuspended() function
724 ASSERT(!IsSuspended()); in WaitSuspension()
H A Dmtmanaged_thread.h195 if (!thread->IsSuspended()) { in WaitForSuspension()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
H A Dgc_hung.cpp183 if (!thread->IsSuspended()) { in CheckSuspend()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmt_thread_manager.cpp356 if (LIKELY(!current->IsSuspended())) { in SuspendAndWaitThreadByInternalThreadId()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h297 if (thread->IsSuspended()) { in Safepoint()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime.cpp207 if (thread->IsSuspended()) { in SuspendAllThreadsImpl()
H A Djs_thread.h1331 bool IsSuspended() const
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp816 bool DFXJSNApi::IsSuspended([[maybe_unused]] const EcmaVM *vm) in IsSuspended() function in panda::DFXJSNApi
820 return vmThreadControl->IsSuspended(); in IsSuspended()

Completed in 13 milliseconds