Home
last modified time | relevance | path

Searched refs:_timeout_func_t (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/
Dkernel_structs.h294 typedef void (*_timeout_func_t)(struct _timeout *t); typedef
298 _timeout_func_t fn;
/Zephyr-latest/kernel/include/
Dtimeout_q.h30 void z_add_timeout(struct _timeout *to, _timeout_func_t fn,
/Zephyr-latest/tests/kernel/timer/timer_error_case/src/
Dmain.c328 extern void z_add_timeout(struct _timeout *to, _timeout_func_t fn,
/Zephyr-latest/kernel/
Dtimeout.c99 void z_add_timeout(struct _timeout *to, _timeout_func_t fn, in z_add_timeout()