Lines Matching refs:EventPosix
25 EventWrapper* EventPosix::Create() in Create()
27 EventPosix* ptr = new EventPosix; in Create()
43 EventPosix::EventPosix() in EventPosix() function in webrtc::EventPosix
53 int EventPosix::Construct() in Construct()
95 EventPosix::~EventPosix() in ~EventPosix()
102 bool EventPosix::Reset() in Reset()
113 bool EventPosix::Set() in Set()
126 EventTypeWrapper EventPosix::Wait(unsigned long timeout) in Wait()
181 EventTypeWrapper EventPosix::Wait(timespec& tPulse) in Wait()
208 bool EventPosix::StartTimer(bool periodic, unsigned long time) in StartTimer()
226 _timerEvent = static_cast<EventPosix*>(EventWrapper::Create()); in StartTimer()
240 bool EventPosix::Run(ThreadObj obj) in Run()
242 return static_cast<EventPosix*>(obj)->Process(); in Run()
245 bool EventPosix::Process() in Process()
293 bool EventPosix::StopTimer() in StopTimer()