Searched refs:handler_name (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/core/ |
D | timeouts.c | 183 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs() argument 202 timeout->handler_name = handler_name; in sys_timeout_abs() 204 (void *)timeout, abs_time, handler_name, (void *)arg)); in sys_timeout_abs() 241 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: %s()\n", cyclic->handler_name)); in lwip_cyclic_timer() 250 … sys_timeout_abs((u32_t)(now + cyclic->interval_ms), lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer() 258 sys_timeout_abs(next_timeout_time, lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer() 289 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug() argument 304 sys_timeout_abs(next_timeout_time, handler, arg, handler_name); in sys_timeout_debug() 387 tmptimeout->handler_name, sys_now() - tmptimeout->time, arg)); in sys_check_timeouts()
|
/third_party/lwip/src/include/lwip/ |
D | timeouts.h | 78 const char* handler_name; member 103 const char* handler_name; member 110 …d sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);
|
/third_party/ffmpeg/tests/ref/fate/ |
D | hapqa-extract-nosnappy-to-hapalphaonly-mov | 67 TAG:handler_name=Module de gestion video
|
D | hapqa-extract-nosnappy-to-hapq-mov | 67 TAG:handler_name=Module de gestion video
|
D | mov-zombie | 197 …=0|tag:creation_time=2008-05-12T20:59:27.000000Z|tag:language=eng|tag:handler_name=Apple Video Med…
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 24232 const char *handler_name; member
|