Lines Matching refs:handler
263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug() argument
266 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout_debug()
277 timeout->h = handler; in sys_timeout_debug()
321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() argument
330 if ((t->h == handler) && (t->arg == arg)) { in sys_untimeout()
363 sys_timeout_handler handler; in sys_check_timeouts() local
384 handler = tmptimeout->h; in sys_check_timeouts()
387 if (handler != NULL) { in sys_check_timeouts()
393 if (handler != NULL) { in sys_check_timeouts()
394 handler(arg); in sys_check_timeouts()
427 sys_timeout_handler handler; in sys_timeouts_mbox_fetch() local
446 handler = tmptimeout->h; in sys_timeouts_mbox_fetch()
449 if (handler != NULL) { in sys_timeouts_mbox_fetch()
455 if (handler != NULL) { in sys_timeouts_mbox_fetch()
459 handler(arg); in sys_timeouts_mbox_fetch()