Home
last modified time | relevance | path

Searched defs:GetSystemHandle (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DHostNativeProcessBase.h38 lldb::process_t GetSystemHandle() const { return m_process; } in GetSystemHandle() function
/external/llvm-project/lldb/source/Host/common/
DHostNativeThreadBase.cpp26 lldb::thread_t HostNativeThreadBase::GetSystemHandle() const { in GetSystemHandle() function in HostNativeThreadBase