Home
last modified time | relevance | path

Searched defs:GetPID (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.h33 lldb::pid_t GetPID() { return m_pid; } in GetPID() function
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.h61 lldb::pid_t GetPID() const { return m_pid; } in GetPID() function
/external/libcap/cap/
Dcap.go311 func GetPID(pid int) (*Set, error) { func