
Data Fields | |
| int | eventcnt |
| ast_mutex_t | lock |
| int | schedcnt |
| struct sched * | schedq |
Definition at line 61 of file sched.c.
| int eventcnt |
Definition at line 64 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_dump(), and sched_context_create().
Definition at line 62 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_del(), ast_sched_runq(), ast_sched_wait(), ast_sched_when(), sched_context_create(), and sched_context_destroy().
| int schedcnt |
Definition at line 67 of file sched.c.
Referenced by ast_sched_del(), ast_sched_dump(), ast_sched_runq(), sched_context_create(), and schedule().
Definition at line 70 of file sched.c.
Referenced by ast_sched_del(), ast_sched_dump(), ast_sched_runq(), ast_sched_wait(), ast_sched_when(), sched_context_create(), sched_context_destroy(), and schedule().
1.5.6