
Data Fields | |
| ast_sched_cb | callback |
| const void * | data |
| int | id |
| struct { | |
| struct sched * next | |
| } | list |
| int | resched |
| int | variable |
| struct timeval | when |
Definition at line 47 of file sched.c.
Callback
Definition at line 54 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_dump(), and ast_sched_runq().
| const void* data |
Data
Definition at line 53 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 49 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_del(), ast_sched_dump(), and ast_sched_when().
| struct { ... } list |
| int resched |
When to reschedule
Definition at line 51 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 52 of file sched.c.
Referenced by ast_sched_add_variable(), and ast_sched_runq().
struct timeval when [read] |
Absolute time event should take place
Definition at line 50 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_dump(), ast_sched_runq(), ast_sched_when(), and schedule().
1.5.6