Searched refs:EventPosix (Results 1 – 3 of 3) sorted by relevance
25 EventWrapper* EventPosix::Create() in Create()27 EventPosix* ptr = new EventPosix; in Create()43 EventPosix::EventPosix() in EventPosix() function in webrtc::EventPosix53 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()[all …]
28 class EventPosix : public EventWrapper33 virtual ~EventPosix();43 EventPosix();56 EventPosix* _timerEvent;
31 return EventPosix::Create(); in Create()