Searched refs:GetPid (Results 1 - 12 of 12) sorted by relevance
/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()
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
H A D | thread.cpp | 32 int GetPid() in GetPid() function
|
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/ |
H A D | Process.cpp | 90 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 D | thread.cpp | 54 int GetPid() in GetPid() function
|
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/ |
H A D | storage.h | 49 uint32_t GetPid() const in GetPid() function in ark::dprof::AppData
|
H A D | storage.cpp | 132 std::string fileName = MakeAppPath(appData.GetName(), appData.GetHash(), appData.GetPid()); in SaveAppData()
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
H A D | thread.cpp | 32 int GetPid() in GetPid() function
|
/arkcompiler/runtime_core/static_core/dprof/converter/features/ |
H A D | hotness_counters.h | 61 HCountersInfo {appData.GetName(), appData.GetHash(), appData.GetPid(), std::move(methodsList)});
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
H A D | thread.cpp | 51 int GetPid() in GetPid() function
|
/arkcompiler/runtime_core/libpandabase/os/ |
H A D | thread.h | 42 int GetPid();
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
H A D | thread.h | 42 PANDA_PUBLIC_API int GetPid();
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
H A D | inspector_server.cpp | 643 static int pid = os::thread::GetPid(); in GetExecutionContextUniqueId()
|
Completed in 7 milliseconds