Data Fields | |
pthread_t | id |
struct { | |
thread_list_t * next | |
} | list |
char * | name |
Definition at line 325 of file asterisk.c.
pthread_t id |
Definition at line 328 of file asterisk.c.
Referenced by ast_unregister_thread(), and handle_show_threads().
struct { ... } list |
char* name |
Definition at line 327 of file asterisk.c.
Referenced by ast_unregister_thread(), and handle_show_threads().
struct thread_list_t* next |
Definition at line 326 of file asterisk.c.