
Data Fields | |
| pthread_t | id |
| struct { | |
| struct thread_list_t * next | |
| } | list |
| char * | name |
Definition at line 372 of file asterisk.c.
| pthread_t id |
Definition at line 375 of file asterisk.c.
Referenced by ast_unregister_thread(), and handle_show_threads().
| struct { ... } list |
| char* name |
Definition at line 374 of file asterisk.c.
Referenced by ast_unregister_thread(), and handle_show_threads().
| struct thread_list_t* next |
Definition at line 373 of file asterisk.c.
1.6.2