Searched refs:HostNativeThread (Results 1 – 5 of 5) sorted by relevance
16 HostThread::HostThread() : m_native_thread(new HostNativeThread) {} in HostThread()19 : m_native_thread(new HostNativeThread(thread)) {} in HostThread()33 HostNativeThread &HostThread::GetNativeThread() { in GetNativeThread()34 return static_cast<HostNativeThread &>(*m_native_thread); in GetNativeThread()37 const HostNativeThread &HostThread::GetNativeThread() const { in GetNativeThread()38 return static_cast<const HostNativeThread &>(*m_native_thread); in GetNativeThread()
40 HostNativeThread::ThreadCreateTrampoline, info_ptr, 0, NULL); in LaunchThread()72 HostNativeThread::ThreadCreateTrampoline, info_ptr); in LaunchThread()
16 typedef HostThreadWindows HostNativeThread; typedef19 typedef HostThreadMacOSX HostNativeThread;22 typedef HostThreadPosix HostNativeThread;
43 HostNativeThread &GetNativeThread();44 const HostNativeThread &GetNativeThread() const;
29 module HostNativeThread { header "Host/HostNativeThread.h" export * }