
Data Fields | |
| pthread_t | id |
| struct { | |
| struct thread_list_t * next | |
| } | list |
| char * | name |
Definition at line 393 of file asterisk.c.
| pthread_t id |
Definition at line 396 of file asterisk.c.
Referenced by ast_unregister_thread(), and handle_show_threads().
| struct { ... } list |
| char* name |
Definition at line 395 of file asterisk.c.
Referenced by ast_unregister_thread(), and handle_show_threads().
struct thread_list_t* next [read] |
Definition at line 394 of file asterisk.c.
1.6.1