Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostThreadPosix.cpp19 HostThreadPosix::HostThreadPosix() {} in HostThreadPosix() function in HostThreadPosix
21 HostThreadPosix::HostThreadPosix(lldb::thread_t thread) in HostThreadPosix() function in HostThreadPosix
24 HostThreadPosix::~HostThreadPosix() {} in ~HostThreadPosix()
26 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join()
41 Status HostThreadPosix::Cancel() { in Cancel()
54 Status HostThreadPosix::Detach() { in Detach()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h17 class HostThreadPosix : public HostNativeThreadBase {
18 DISALLOW_COPY_AND_ASSIGN(HostThreadPosix);
21 HostThreadPosix();
22 HostThreadPosix(lldb::thread_t thread);
23 ~HostThreadPosix() override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostNativeThreadForward.h21 class HostThreadPosix;
22 typedef HostThreadPosix HostNativeThread;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile243 SRCS+= Host/posix/HostThreadPosix.cpp