Home
last modified time | relevance | path

Searched defs:childPid (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/include/
Daot_compiler_impl.h85 pid_t childPid = -1; member
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_impl.cpp160 void AotCompilerImpl::ExecuteInParentProcess(const pid_t childPid, int32_t &ret) in ExecuteInParentProcess()
343 void AotCompilerImpl::InitState(const pid_t childPid) in InitState()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbase_thread_test.cpp85 auto childPid = g_curThreadId; in TEST_F() local