timer.h File Reference

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 Documentation

typedef int(* talarm_cb_t)(talarm_t *, void *arg)

Definition at line 24 of file timer.h.

typedef struct talarm_s talarm_t

Definition at line 22 of file timer.h.

typedef struct timerm_s timerm_t

Definition at line 19 of file timer.h.


Function Documentation

int timerm_add ( int  secs,
talarm_cb_t  cb,
void *  arg,
talarm_t **  pa 
)

Definition at line 211 of file timer.c.

int timerm_del ( talarm_t a  ) 

Definition at line 284 of file timer.c.