| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | exec.cpp | 28 if (pid_t pid = fork(); pid == 0) { in ExecNoWait() local 41 auto pid = static_cast<pid_t>(process); in Wait() local 66 pid_t pid = res.Value(); in Exec() local
|
| D | kill.cpp | 25 int Kill(uint64_t pid, int signal) in Kill() 30 int Close(uint64_t pid) in Close()
|
| D | exec.h | 37 if (pid_t pid = fork(); pid == 0) { in ExecWithCallbackNoWait() local 56 pid_t pid = res.Value(); in ExecWithCallback() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | kill.cpp | 21 int Kill([[maybe_unused]] uint64_t pid, [[maybe_unused]] int signal) in Kill() 26 int Close([[maybe_unused]] uint64_t pid) in Close()
|
| /arkcompiler/toolchain/test/autotest/aw/ |
| D | fport.py | 27 def fport_connect_server(self, port, pid, bundle_name): argument 39 def fport_debugger_server(self, port, pid, tid=0): argument
|
| D | toolchain_websocket.py | 77 async def main_task(self, taskpool, procedure, pid): argument 122 async def _receiver_of_connect_server(self, client, receive_queue, taskpool, pid): argument
|
| /arkcompiler/toolchain/websocket/test/ |
| D | websocket_test.cpp | 81 pid_t pid = fork(); variable 177 pid_t pid = fork(); variable 246 pid_t pid = fork(); variable
|
| /arkcompiler/jsvm/src/ |
| D | jsvm_env.cpp | 87 … bool Start(const std::string& path, const std::string& hostName, int port, int pid = -1) override in Start() 93 bool Start(const std::string& path, int pid) override in Start()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | exec.cpp | 31 pid_t pid = fork(); in Exec() local
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ |
| D | profiling_data.h | 27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData()
|
| /arkcompiler/runtime_core/static_core/tests/gtest_launcher/ |
| D | main.cpp | 46 pid_t pid = fork(); in HandleTimeout() local
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| D | main.cpp | 43 pid_t pid = fork(); in HandleTimeout() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/ |
| D | ohos_ws_server.cpp | 52 auto pid = os::thread::GetPid(); in Start() local
|
| /arkcompiler/jsvm/src/platform/ |
| D | platform_ohos.cpp | 164 uint64_t pid = OS::GetPid(); in ReportKeyThread() local 182 uint64_t pid = OS::GetPid(); in ReportKeyThread() local 259 int pid = getprocpid(); in ProcessBundleName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | maple_phase_manager.cpp | 44 void AnalysisDataManager::EraseAnalysisPhase(uint32 phaseKey, MaplePhaseID pid) in EraseAnalysisPhase() 121 MaplePhase *AnalysisDataManager::GetVaildAnalysisPhase(uint32 phaseKey, MaplePhaseID pid) in GetVaildAnalysisPhase() 135 bool AnalysisDataManager::IsAnalysisPhaseAvailable(uint32 phaseKey, MaplePhaseID pid) in IsAnalysisPhaseAvailable()
|
| /arkcompiler/jsvm/src/inspector/ |
| D | jsvm_host_port.h | 72 int pid; variable
|
| D | inspector_socket_server.h | 127 int pid; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/ |
| D | Process.cpp | 141 ani_double pid; in ReadFinalizer() local 259 ani_double pid; in WaitChildProcess() local 296 ani_double pid; in KillChildProcess() local 319 ani_double pid; in CloseChildProcess() local 395 … PManagerKill(ani_env *env, [[maybe_unused]] ani_object process, ani_double signal, ani_double pid) in PManagerKill()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
| D | ets_vm_postfork_aot_load_test.cpp | 73 pid_t pid = fork(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | os.cpp | 35 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
|
| /arkcompiler/runtime_core/static_core/dprof/converter/features/ |
| D | hotness_counters.h | 39 uint32_t pid; member
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | os.cpp | 38 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | signal_handler_test.cpp | 102 auto pid = getpid(); in SamplerThreadEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| D | os.cpp | 51 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext()
|
| /arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/ |
| D | storage.cpp | 29 …::unique_ptr<AppData> AppData::CreateByParams(const std::string &name, uint64_t hash, uint32_t pid, in CreateByParams()
|