Home
last modified time | relevance | path

Searched defs:PreFork (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp150 void BaseRuntime::PreFork(ThreadHolder *holder) in PreFork() function in common::BaseRuntime
/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp551 void Runtime::PreFork(JSThread *thread) in PreFork() function in panda::ecmascript::Runtime
Decma_vm.cpp146 void EcmaVM::PreFork() in PreFork() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp48 void Jit::PreFork() in PreFork() function in panda::ecmascript::Jit
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md1614 ### PreFork subsection
Djsnapi_expo.cpp5740 void JSNApi::PreFork(EcmaVM *vm) in PreFork() function in panda::JSNApi
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp737 HWTEST_F_L0(JSNApiTests, PreFork) in HWTEST_F_L0() argument