Data Fields | |
ast_sched_cb | callback |
const void * | data |
int | id |
struct { | |
sched * next | |
} | list |
int | resched |
int | variable |
timeval | when |
Definition at line 53 of file sched.c.
Callback
Definition at line 60 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_dump(), and ast_sched_runq().
const void* data |
Data
Definition at line 59 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_dump(), and ast_sched_runq().
int id |
ID number of event
Definition at line 55 of file sched.c.
Referenced by ast_sched_add_variable(), and ast_sched_dump().
struct { ... } list |
Referenced by ast_sched_del(), ast_sched_dump(), ast_sched_runq(), ast_sched_when(), sched_alloc(), sched_context_destroy(), sched_release(), and schedule().
int resched |
When to reschedule
Definition at line 57 of file sched.c.
Referenced by ast_sched_add_variable(), and ast_sched_runq().
int variable |
Use return value from callback to reschedule
Definition at line 58 of file sched.c.
Referenced by ast_sched_add_variable(), and ast_sched_runq().
struct timeval when |
Absolute time event should take place
Definition at line 56 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_dump(), ast_sched_runq(), and schedule().