Go to the documentation of this file.
37 typedef struct as_timer_hooks_s {
42 int (* destroy)(
struct as_timer_s *);
43 bool (* timedout)(
const struct as_timer_s *);
44 uint64_t (* timeslice)(
const struct as_timer_s *);
50 typedef struct as_timer_s {
72 return (tt ? tt->
source : NULL);