| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | kill.cpp | 21 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 D | exec.cpp | 37 pid_t pid = fork(); in Exec() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | kill.cpp | 23 int Kill(uint64_t pid, int signal) in Kill() argument 28 int Close(uint64_t pid) in Close() argument
|
| H A D | exec.h | 56 pid_t pid = res.Value(); in ExecWithCallback() local
|
| H A D | exec.cpp | 41 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 D | profiling_data.h | 27 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 D | ohos_ws_server.cpp | 52 auto pid = os::thread::GetPid(); in Start() local
|
| /arkcompiler/runtime_core/static_core/tests/gtest_launcher/ |
| H A D | main.cpp | 46 pid_t pid = fork(); in HandleTimeout() local
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| H A D | main.cpp | 43 pid_t pid = fork(); in HandleTimeout() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| H A D | os.cpp | 51 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| H A D | os.cpp | 61 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| H A D | os.cpp | 57 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext() argument
|
| /arkcompiler/runtime_core/static_core/dprof/converter/features/ |
| H A D | hotness_counters.h | 39 uint32_t pid; member
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | signal_handler_test.cpp | 100 auto pid = getpid(); in SamplerThreadEntry() local
|
| /arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/ |
| H A D | storage.cpp | 29 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 D | file_test.cpp | 80 int pid = getpid(); in CheckAnonMemoryName() local 82 ss << "/proc/" << pid << "/maps"; in CheckAnonMemoryName() local
|
| /arkcompiler/toolchain/inspector/test/ |
| H A D | connect_server_test.cpp | 138 pid_t pid = fork(); in HWTEST_F() local
|
| /arkcompiler/toolchain/websocket/test/ |
| H A D | websocket_test.cpp | 81 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 D | test_util.cpp | 97 pid_t pid = fork(); in ForkSocketClient() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | file_test.cpp | 80 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 D | gc_hung.cpp | 159 void GcHung::SendZerohungEvent(const PandaString &error, int pid, PandaString msg) in SendZerohungEvent() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | inspector_server.cpp | 643 static int pid = os::thread::GetPid(); in GetExecutionContextUniqueId() local
|
| /arkcompiler/ets_runtime/compiler_service/src/ |
| H A D | aot_compiler_impl.cpp | 238 pid_t pid = fork(); in EcmascriptAotCompiler() local
|
| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/ |
| H A D | aotcompilerimpl_unit.cpp | 120 pid_t pid = fork(); in EcmascriptAotCompilerMock() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | cg_dominance.cpp | 26 void DomAnalysis::PostOrderWalk(const BB &bb, int32 &pid, MapleVector<bool> &visitedMap) in PostOrderWalk() argument
|