Searched refs:TIMER_FUNC (Results 1 – 2 of 2) sorted by relevance
25 typedef void (*TIMER_FUNC)(union sigval); typedef29 bool set(int ms, TIMER_FUNC cb);31 bool create(TIMER_FUNC);35 TIMER_FUNC mCb;
33 bool IntervalTimer::set(int ms, TIMER_FUNC cb) { in set()67 bool IntervalTimer::create(TIMER_FUNC cb) { in create()