Data Fields | |
pthread_t | id |
struct { | |
struct thread_list_t * next | |
} | list |
char * | name |
Definition at line 407 of file asterisk.c.
pthread_t id |
Definition at line 410 of file asterisk.c.
Referenced by ast_unregister_thread(), and handle_show_threads().
struct { ... } list |
char* name |
Definition at line 409 of file asterisk.c.
Referenced by ast_unregister_thread(), and handle_show_threads().
struct thread_list_t* next [read] |
Definition at line 408 of file asterisk.c.