Searched refs:HostThreadPosix (Results 1 – 4 of 4) sorted by relevance
19 HostThreadPosix::HostThreadPosix() {} in HostThreadPosix() function in HostThreadPosix21 HostThreadPosix::HostThreadPosix(lldb::thread_t thread) in HostThreadPosix() function in HostThreadPosix24 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()
17 class HostThreadPosix : public HostNativeThreadBase {18 DISALLOW_COPY_AND_ASSIGN(HostThreadPosix);21 HostThreadPosix();22 HostThreadPosix(lldb::thread_t thread);23 ~HostThreadPosix() override;
21 class HostThreadPosix;22 typedef HostThreadPosix HostNativeThread;
243 SRCS+= Host/posix/HostThreadPosix.cpp