Searched refs:deTimerThread (Results 1 – 1 of 1) sorted by relevance
302 } deTimerThread; typedef308 deTimerThread* curThread; /*!< Current timer thread. */313 deTimerThread* thread = (deTimerThread*)arg; in timerThread()355 static deTimerThread* deTimerThread_create (deTimerCallback callback, void* arg, int interval, Time… in deTimerThread_create()357 deTimerThread* thread = (deTimerThread*)deCalloc(sizeof(deTimerThread)); in deTimerThread_create()