Home
last modified time | relevance | path

Searched refs:handler_name (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/core/
Dtimeouts.c183 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/
Dtimeouts.h78 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/
Dhapqa-extract-nosnappy-to-hapalphaonly-mov67 TAG:handler_name=Module de gestion video
Dhapqa-extract-nosnappy-to-hapq-mov67 TAG:handler_name=Module de gestion video
Dmov-zombie197 …=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/
Dvmlinux.h24232 const char *handler_name; member