Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp18 HostThreadPosix::HostThreadPosix() = default;
20 HostThreadPosix::HostThreadPosix(lldb::thread_t thread) in HostThreadPosix() function in HostThreadPosix
23 HostThreadPosix::~HostThreadPosix() = default;
25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join()
40 Status HostThreadPosix::Cancel() { in Cancel()
53 Status HostThreadPosix::Detach() { in Detach()
/src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h16 class HostThreadPosix : public HostNativeThreadBase {
17 HostThreadPosix(const HostThreadPosix &) = delete;
18 const HostThreadPosix &operator=(const HostThreadPosix &) = delete;
21 HostThreadPosix();
22 HostThreadPosix(lldb::thread_t thread);
23 ~HostThreadPosix() override;
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeThreadForward.h20 class HostThreadPosix;
21 typedef HostThreadPosix HostNativeThread;
/src/lib/clang/liblldb/
H A DMakefile301 SRCS+= Host/posix/HostThreadPosix.cpp