Data Fields | |
unsigned int | eventcnt |
unsigned int | highwater |
ast_mutex_t | lock |
struct ast_heap * | sched_heap |
unsigned int | schedcnt |
struct ast_hashtab * | schedq_ht |
unsigned int eventcnt |
Number of events processed
Definition at line 63 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_dump(), and sched_context_create().
unsigned int highwater |
highest count so far
Definition at line 65 of file sched.c.
Referenced by ast_sched_dump(), ast_sched_report(), and schedule().
Definition at line 62 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_del(), ast_sched_dump(), ast_sched_report(), ast_sched_runq(), ast_sched_wait(), ast_sched_when(), sched_context_create(), and sched_context_destroy().
struct ast_heap* sched_heap |
Definition at line 67 of file sched.c.
Referenced by ast_sched_del(), ast_sched_dump(), ast_sched_report(), ast_sched_runq(), ast_sched_wait(), sched_context_create(), sched_context_destroy(), and schedule().
unsigned int schedcnt |
Number of outstanding schedule events
Definition at line 64 of file sched.c.
Referenced by ast_sched_del(), ast_sched_dump(), ast_sched_report(), ast_sched_runq(), and schedule().
struct ast_hashtab* schedq_ht |
hash table for fast searching
Definition at line 66 of file sched.c.
Referenced by ast_sched_del(), ast_sched_find_data(), ast_sched_runq(), ast_sched_when(), sched_context_create(), sched_context_destroy(), and schedule().