Go to the source code of this file.
Typedefs | |
| typedef struct timerm_s | timerm_t |
| typedef struct talarm_s | talarm_t |
| typedef int(* | talarm_cb_t )(talarm_t *, void *arg) |
Functions | |
| int | timerm_add (int secs, talarm_cb_t cb, void *arg, talarm_t **pa) |
| int | timerm_del (talarm_t *a) |
| typedef int(* talarm_cb_t)(talarm_t *, void *arg) |
| int timerm_add | ( | int | secs, | |
| talarm_cb_t | cb, | |||
| void * | arg, | |||
| talarm_t ** | pa | |||
| ) |