Data Fields | |
ast_cond_t | cond |
struct sched_context * | context |
ast_mutex_t | lock |
unsigned int | stop:1 |
pthread_t | thread |
Definition at line 78 of file sched.c.
Referenced by ast_sched_thread_add(), ast_sched_thread_add_variable(), ast_sched_thread_create(), ast_sched_thread_destroy(), ast_sched_thread_poke(), and sched_run().
struct sched_context* context |
Definition at line 79 of file sched.c.
Referenced by ast_sched_thread_add(), ast_sched_thread_add_variable(), ast_sched_thread_create(), ast_sched_thread_destroy(), ast_sched_thread_get_context(), and sched_run().
Definition at line 77 of file sched.c.
Referenced by ast_sched_thread_add(), ast_sched_thread_add_variable(), ast_sched_thread_create(), ast_sched_thread_destroy(), ast_sched_thread_poke(), and sched_run().
unsigned int stop |
Definition at line 80 of file sched.c.
Referenced by ast_sched_thread_destroy(), and sched_run().
pthread_t thread |
Definition at line 76 of file sched.c.
Referenced by ast_sched_thread_create(), and ast_sched_thread_destroy().