Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDHostThread.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-14-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDHostProcess.h31 class HostThread; variable
HDHostNativeProcessBase.h19 class HostThread; variable