| /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 | 23 int Kill(uint64_t pid, int signal) in Kill() 28 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 | 26 def fport_connect_server(cls, port, pid, bundle_name): argument 34 def fport_debugger_server(cls, port, pid, tid=0): argument
|
| D | websocket.py | 93 async def main_task(self, taskpool, websocket, procedure, pid): argument 118 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 179 pid_t pid = fork(); variable 249 pid_t pid = fork(); variable
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | exec.cpp | 37 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/static_core/runtime/tooling/inspector/connection/ohos_ws/ |
| D | ohos_ws_server.cpp | 52 auto pid = os::thread::GetPid(); in Start() local
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| D | main.cpp | 43 pid_t pid = fork(); in HandleTimeout() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | maple_phase_manager.cpp | 47 void AnalysisDataManager::EraseAnalysisPhase(uint32 phaseKey, MaplePhaseID pid) in EraseAnalysisPhase() 122 MaplePhase *AnalysisDataManager::GetVaildAnalysisPhase(uint32 phaseKey, MaplePhaseID pid) in GetVaildAnalysisPhase() 136 bool AnalysisDataManager::IsAnalysisPhaseAvailable(uint32 phaseKey, MaplePhaseID pid) in IsAnalysisPhaseAvailable()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | os.cpp | 51 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | os.cpp | 57 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/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 340 bool ReadUintptrFromAddr(int pid, uintptr_t addr, uintptr_t &value, bool needCheckRegion) in ReadUintptrFromAddr() 1025 uintptr_t ArkGetFunction(int pid, uintptr_t currentPtr, uintptr_t frameType) in ArkGetFunction() 1108 bool ArkCheckIsJSFunctionBaseOrJSProxy(int pid, uintptr_t objAddr, bool &isJSFunctionBase) in ArkCheckIsJSFunctionBaseOrJSProxy() 1135 uintptr_t ArkCheckAndGetMethod(int pid, uintptr_t value) in ArkCheckAndGetMethod() 1153 bool ArkGetMethodIdandJSPandaFileAddr(int pid, uintptr_t method, uintptr_t &methodId, uintptr_t &js… in ArkGetMethodIdandJSPandaFileAddr() 1182 uint32_t ArkGetOffsetFromMethod(int pid, uintptr_t currentPtr, uintptr_t method) in ArkGetOffsetFromMethod() 1197 uint32_t ArkGetBytecodeOffset(int pid, uintptr_t method, uintptr_t frameType, uintptr_t currentPtr) in ArkGetBytecodeOffset() 1249 bool ArkIsNativeWithCallField(int pid, uintptr_t method) in ArkIsNativeWithCallField() 1259 std::string ArkReadCStringFromAddr(int pid, uintptr_t descAddr) in ArkReadCStringFromAddr() 1287 std::string ArkGetFileName(int pid, uintptr_t jsPandaFileAddr, std::string &hapPath) in ArkGetFileName() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| D | os.cpp | 61 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | signal_handler_test.cpp | 100 auto pid = getpid(); in SamplerThreadEntry() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/ |
| D | Process.cpp | 223 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/ |
| D | storage.cpp | 29 …::unique_ptr<AppData> AppData::CreateByParams(const std::string &name, uint64_t hash, uint32_t pid, in CreateByParams()
|
| /arkcompiler/toolchain/inspector/test/ |
| D | connect_server_test.cpp | 108 pid_t pid = fork(); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | maple_phase_support.h | 169 bool FindIsPreserved(const MaplePhaseID pid) in FindIsPreserved()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/ |
| D | gc_hung.cpp | 159 void GcHung::SendZerohungEvent(const PandaString &error, int pid, PandaString msg) in SendZerohungEvent()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_dominance.cpp | 26 void DomAnalysis::PostOrderWalk(const BB &bb, int32 &pid, MapleVector<bool> &visitedMap) in PostOrderWalk() 295 void PostDomAnalysis::PdomPostOrderWalk(const BB &bb, int32 &pid, MapleVector<bool> &visitedMap) in PdomPostOrderWalk()
|