Searched defs:handler (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/core/ |
| D | timers.c | 263 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/ |
| D | timers.h | 81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
| D | debug.h | 74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /sys/dev/x86/ |
| D | sercons.c | 36 static IRQHandler handler; variable
|