|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

Data Fields | ||
| pthread_t | id | |
| struct { | ||
| struct thread_list_t * next | ||
| } | list | |
| int | lwp | |
| char * | name | |
Definition at line 412 of file asterisk.c.
| pthread_t id |
Definition at line 415 of file asterisk.c.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), ast_unregister_thread(), and handle_show_threads().
| struct { ... } list |
Referenced by ast_register_thread(), ast_unregister_thread(), and handle_show_threads().
| int lwp |
Definition at line 416 of file asterisk.c.
Referenced by handle_show_threads(), and set_priority_all().
| char* name |
Definition at line 414 of file asterisk.c.
Referenced by ast_unregister_thread(), PathSegment::get_child(), handle_show_threads(), and SwaggerType::load().
| struct thread_list_t* next |
Definition at line 413 of file asterisk.c.