Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp15 HostThread::HostThread() : m_native_thread(new HostNativeThread) {} in HostThread() function in HostThread
17 HostThread::HostThread(lldb::thread_t thread) in HostThread() function in HostThread
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostProcess.h31 class HostThread; variable
H A DHostNativeProcessBase.h19 class HostThread; variable