Home
last modified time | relevance | path

Searched refs:GetSystemHandle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeProcessBase.h37 lldb::process_t GetSystemHandle() const { return m_process; } in GetSystemHandle() function
H A DHostNativeThreadBase.h41 lldb::thread_t GetSystemHandle() const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp24 lldb::thread_t HostNativeThreadBase::GetSystemHandle() const { in GetSystemHandle() function in HostNativeThreadBase
H A DHostThread.cpp51 return m_native_thread->GetSystemHandle() != LLDB_INVALID_HOST_THREAD; in HasThread()