Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/core/
Dtimers.c263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
363 sys_timeout_handler handler; in sys_check_timeouts() local
427 sys_timeout_handler handler; in sys_timeouts_mbox_fetch() local
/lib/liblwip/src/include/lwip/
Dtimers.h81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
Ddebug.h74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/sys/dev/x86/
Dsercons.c36 static IRQHandler handler; variable