Go to the source code of this file.
Typedefs | |
| typedef struct talarm_list_s | talarm_list_t |
| typedef void(* | timerm_cb_t )(int) |
Functions | |
| TAILQ_HEAD (talarm_list_s, talarm_s) | |
| void | timerm_sigalrm (int sigalrm) |
| int | timerm_add (int secs, talarm_cb_t cb, void *arg, talarm_t **pa) |
| int | timerm_del (talarm_t *a) |
| typedef struct talarm_list_s talarm_list_t |
| typedef void(* timerm_cb_t)(int) |
| TAILQ_HEAD | ( | talarm_list_s | , | |
| talarm_s | ||||
| ) |
| int timerm_add | ( | int | secs, | |
| talarm_cb_t | cb, | |||
| void * | arg, | |||
| talarm_t ** | pa | |||
| ) |