Home
last modified time | relevance | path

Searched refs:SuspendVMById (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp611 HWTEST_F_L0(DFXJSNApiTests, SuspendVMById) in HWTEST_F_L0()
614 ASSERT_FALSE(DFXJSNApi::SuspendVMById(vm_, tid + 1)); in HWTEST_F_L0()
617 ASSERT_FALSE(DFXJSNApi::SuspendVMById(vm_, tid)); in HWTEST_F_L0()
619 ASSERT_FALSE(DFXJSNApi::SuspendVMById(vm_, tid)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h148 static bool SuspendVMById(EcmaVM *vm, uint32_t tid);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp935 bool DFXJSNApi::SuspendVMById(EcmaVM *hostVm, uint32_t tid) in SuspendVMById() function in panda::DFXJSNApi
940 LOG_ECMA(INFO) << "The main thread, SuspendVMById succeeded: " << success; in SuspendVMById()
944 LOG_ECMA(INFO) << "The worker thread, SuspendVMById succeeded: " << success; in SuspendVMById()

Completed in 4 milliseconds