|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Data Fields | |
| ast_cond_t | cond |
| unsigned int | stop:1 |
| pthread_t | thread |
| ast_cond_t cond |
Definition at line 107 of file sched.c.
Referenced by ast_sched_add_variable(), ast_sched_del_nonrunning(), ast_sched_start_thread(), sched_run(), and sched_thread_destroy().
| unsigned int stop |
Definition at line 108 of file sched.c.
Referenced by sched_run(), and sched_thread_destroy().
| pthread_t thread |
Definition at line 106 of file sched.c.
Referenced by ast_sched_start_thread(), and sched_thread_destroy().