Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 43) sorted by relevance

12

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dexec.cpp28 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
Dkill.cpp23 int Kill(uint64_t pid, int signal) in Kill()
28 int Close(uint64_t pid) in Close()
Dexec.h37 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/
Dkill.cpp21 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/
Dfport.py29 def fport_connect_server(cls, port, pid, bundle_name): argument
43 def fport_debugger_server(cls, port, pid, tid=0): argument
Dwebsocket.py93 async def main_task(self, taskpool, procedure, pid): argument
118 async def _receiver_of_connect_server(self, client, receive_queue, taskpool, pid): argument
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp81 pid_t pid = fork(); variable
177 pid_t pid = fork(); variable
246 pid_t pid = fork(); variable
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dexec.cpp31 pid_t pid = fork(); in Exec() local
/arkcompiler/jsvm/src/
Djsvm_env.cpp81 … bool Start(const std::string& path, const std::string& hostName, int port, int pid = -1) override in Start()
87 bool Start(const std::string& path, int pid) override in Start()
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
Dprofiling_data.h27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData()
/arkcompiler/runtime_core/static_core/tests/gtest_launcher/
Dmain.cpp46 pid_t pid = fork(); in HandleTimeout() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
Dohos_ws_server.cpp52 auto pid = os::thread::GetPid(); in Start() local
/arkcompiler/runtime_core/tests/gtest_launcher/
Dmain.cpp43 pid_t pid = fork(); in HandleTimeout() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_manager.cpp44 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/platform/
Dplatform_ohos.cpp123 uint64_t pid = OS::GetPid(); in ReportKeyThread() local
180 int pid = getprocpid(); in ProcessBundleName() local
/arkcompiler/jsvm/src/inspector/
Djsvm_host_port.h72 int pid; variable
Dinspector_socket_server.h127 int pid; variable
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dos.cpp51 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dos.cpp57 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
/arkcompiler/runtime_core/static_core/dprof/converter/features/
Dhotness_counters.h39 uint32_t pid; member
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dos.cpp58 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dsignal_handler_test.cpp100 auto pid = getpid(); in SamplerThreadEntry() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
DProcess.cpp223 auto pid = env->GetDoubleField(child, pidId); in WaitChildProcess() local
252 auto pid = env->GetDoubleField(child, pidId); in KillChildProcess() local
272 auto pid = env->GetDoubleField(child, pidId); in CloseChildProcess() local
331 …n PManagerKill(EtsEnv *env, [[maybe_unused]] ets_object process, ets_double signal, ets_double pid) in PManagerKill()
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
Dstorage.cpp29 …::unique_ptr<AppData> AppData::CreateByParams(const std::string &name, uint64_t hash, uint32_t pid, in CreateByParams()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_support.h169 bool FindIsPreserved(const MaplePhaseID pid) in FindIsPreserved()

12