Home
last modified time | relevance | path

Searched refs:HostNativeThreadBase (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp21 HostNativeThreadBase::HostNativeThreadBase() in HostNativeThreadBase() function in HostNativeThreadBase
24 HostNativeThreadBase::HostNativeThreadBase(thread_t thread) in HostNativeThreadBase() function in HostNativeThreadBase
27 lldb::thread_t HostNativeThreadBase::GetSystemHandle() const { in GetSystemHandle()
31 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult()
35 bool HostNativeThreadBase::IsJoinable() const { in IsJoinable()
39 void HostNativeThreadBase::Reset() { in Reset()
44 bool HostNativeThreadBase::EqualsThread(lldb::thread_t thread) const { in EqualsThread()
48 lldb::thread_t HostNativeThreadBase::Release() { in Release()
57 HostNativeThreadBase::ThreadCreateTrampoline(lldb::thread_arg_t arg) { in ThreadCreateTrampoline()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h25 class HostNativeThreadBase {
27 DISALLOW_COPY_AND_ASSIGN(HostNativeThreadBase);
30 HostNativeThreadBase();
31 explicit HostNativeThreadBase(lldb::thread_t thread);
32 virtual ~HostNativeThreadBase() {} in ~HostNativeThreadBase()
H A DHostThread.h21 class HostNativeThreadBase; variable
50 std::shared_ptr<HostNativeThreadBase> m_native_thread;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h17 class HostThreadPosix : public HostNativeThreadBase {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostThreadPosix.cpp22 : HostNativeThreadBase(thread) {} in HostThreadPosix()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dmodule.modulemap27 module HostNativeThreadBase { header "Host/HostNativeThreadBase.h" export * }
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile215 SRCS+= Host/common/HostNativeThreadBase.cpp