Home
last modified time | relevance | path

Searched refs:GetPid (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
H A Dohos_ws_server.cpp52 auto pid = os::thread::GetPid(); in Start()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dthread.cpp32 int GetPid() in GetPid() function
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
H A DProcess.cpp90 env->SetDoubleField(child, env->Getp_field(childKlass, "ppid", "D"), ark::os::thread::GetPid()); in SpawnChildProcess()
334 auto ownPid = ark::os::thread::GetPid(); in PManagerKill()
360 static ets_double GetPid([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process) in GetPid() function
362 return ark::os::thread::GetPid(); in GetPid()
469 EtsNativeMethod {"getPidImpl", nullptr, reinterpret_cast<void *>(GetPid)}, in RegisterProcessNativeMethods()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dthread.cpp54 int GetPid() in GetPid() function
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
H A Dstorage.h49 uint32_t GetPid() const in GetPid() function in ark::dprof::AppData
H A Dstorage.cpp132 std::string fileName = MakeAppPath(appData.GetName(), appData.GetHash(), appData.GetPid()); in SaveAppData()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dthread.cpp32 int GetPid() in GetPid() function
/arkcompiler/runtime_core/static_core/dprof/converter/features/
H A Dhotness_counters.h61 HCountersInfo {appData.GetName(), appData.GetHash(), appData.GetPid(), std::move(methodsList)});
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dthread.cpp51 int GetPid() in GetPid() function
/arkcompiler/runtime_core/libpandabase/os/
H A Dthread.h42 int GetPid();
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dthread.h42 PANDA_PUBLIC_API int GetPid();
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector_server.cpp643 static int pid = os::thread::GetPid(); in GetExecutionContextUniqueId()

Completed in 7 milliseconds