Searched refs:TIMER_FUNC (Results 1 – 2 of 2) sorted by relevance
27 typedef void (*TIMER_FUNC) (union sigval); typedef31 bool set(int ms, TIMER_FUNC cb);33 bool create(TIMER_FUNC );37 TIMER_FUNC mCb;
32 bool IntervalTimer::set(int ms, TIMER_FUNC cb) in set()81 bool IntervalTimer::create(TIMER_FUNC cb) in create()