Home
last modified time | relevance | path

Searched defs:pid (Results 1 - 25 of 33) sorted by relevance

12

/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dkill.cpp21 int Kill([[maybe_unused]] uint64_t pid, [[maybe_unused]] int signal) in Kill() argument
26 int Close([[maybe_unused]] uint64_t pid) in Close() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dexec.cpp37 pid_t pid = fork(); in Exec() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dkill.cpp23 int Kill(uint64_t pid, int signal) in Kill() argument
28 int Close(uint64_t pid) in Close() argument
H A Dexec.h56 pid_t pid = res.Value(); in ExecWithCallback() local
H A Dexec.cpp41 auto pid = static_cast<pid_t>(process); in Wait() local
66 pid_t pid = res.Value(); in Exec() local
[all...]
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
H A Dprofiling_data.h27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
H A Dohos_ws_server.cpp52 auto pid = os::thread::GetPid(); in Start() local
/arkcompiler/runtime_core/static_core/tests/gtest_launcher/
H A Dmain.cpp46 pid_t pid = fork(); in HandleTimeout() local
/arkcompiler/runtime_core/tests/gtest_launcher/
H A Dmain.cpp43 pid_t pid = fork(); in HandleTimeout() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dos.cpp51 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext() argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H A Dos.cpp61 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext() argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
H A Dos.cpp57 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext() argument
/arkcompiler/runtime_core/static_core/dprof/converter/features/
H A Dhotness_counters.h39 uint32_t pid; member
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dsignal_handler_test.cpp100 auto pid = getpid(); in SamplerThreadEntry() local
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
H A Dstorage.cpp29 std::unique_ptr<AppData> AppData::CreateByParams(const std::string &name, uint64_t hash, uint32_t pid, in CreateByParams() argument
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_test.cpp80 int pid = getpid(); in CheckAnonMemoryName() local
82 ss << "/proc/" << pid << "/maps"; in CheckAnonMemoryName() local
/arkcompiler/toolchain/inspector/test/
H A Dconnect_server_test.cpp138 pid_t pid = fork(); in HWTEST_F() local
/arkcompiler/toolchain/websocket/test/
H A Dwebsocket_test.cpp81 pid_t pid = fork(); in HWTEST_F() local
177 pid_t pid = fork(); in HWTEST_F() local
246 pid_t pid = fork(); in HWTEST_F() local
/arkcompiler/toolchain/tooling/test/client_utils/
H A Dtest_util.cpp97 pid_t pid = fork(); in ForkSocketClient() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp80 int pid = getpid(); in CheckAnonMemoryName() local
82 ss << "/proc/" << pid << "/maps"; in CheckAnonMemoryName() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
H A Dgc_hung.cpp159 void GcHung::SendZerohungEvent(const PandaString &error, int pid, PandaString msg) in SendZerohungEvent() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector_server.cpp643 static int pid = os::thread::GetPid(); in GetExecutionContextUniqueId() local
/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_impl.cpp238 pid_t pid = fork(); in EcmascriptAotCompiler() local
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/
H A Daotcompilerimpl_unit.cpp120 pid_t pid = fork(); in EcmascriptAotCompilerMock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_dominance.cpp26 void DomAnalysis::PostOrderWalk(const BB &bb, int32 &pid, MapleVector<bool> &visitedMap) in PostOrderWalk() argument

Completed in 11 milliseconds

12