Searched refs:HostThreadPosix (Results 1 – 4 of 4) sorted by relevance
18 HostThreadPosix::HostThreadPosix() = default;20 HostThreadPosix::HostThreadPosix(lldb::thread_t thread) in HostThreadPosix() function in HostThreadPosix23 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()
16 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;
20 class HostThreadPosix;21 typedef HostThreadPosix HostNativeThread;
301 SRCS+= Host/posix/HostThreadPosix.cpp