Lines Matching refs:ThreadPosix
72 static_cast<ThreadPosix*>(lpParameter)->Run();
77 ThreadWrapper* ThreadPosix::Create(ThreadRunFunction func, ThreadObj obj,
80 ThreadPosix* ptr = new ThreadPosix(func, obj, prio, threadName);
94 ThreadPosix::ThreadPosix(ThreadRunFunction func, ThreadObj obj,
129 int ThreadPosix::Construct()
153 ThreadPosix::~ThreadPosix()
164 bool ThreadPosix::Start(unsigned int& threadID)
166 bool ThreadPosix::Start(unsigned int& /*threadID*/)
238 bool ThreadPosix::SetAffinity(const int* processorNumbers,
273 bool ThreadPosix::SetAffinity(const int* , const unsigned int)
279 void ThreadPosix::SetNotAlive()
285 bool ThreadPosix::Shutdown()
299 bool ThreadPosix::Stop()
331 void ThreadPosix::Run()