Home
last modified time | relevance | path

Searched defs:pid_t (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/nonlinux/
DMingW64Fix.h23 using pid_t = _pid_t; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp786 void HookManager::StartPluginSession(std::unordered_map<pid_t, std::pair<uid_t, gid_t>>* pidInfo) in StartPluginSession()
/developtools/hiperf/src/
Dutilities.cpp578 std::vector<pid_t> GetSubthreadIDs(const pid_t pid, std::map<pid_t, ThreadInfos> &thread_map) in GetSubthreadIDs()
/developtools/profiler/hiebpf/include/
Dvmlinux.h83 typedef __kernel_pid_t pid_t; typedef