Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
void * | data |
char * | name |
void *(* | start_routine )(void *) |
void* data |
Definition at line 1562 of file utils.c.
Referenced by ast_pthread_create_detached_stack(), ast_pthread_create_stack(), and dummy_start().
char* name |
Definition at line 1563 of file utils.c.
Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().
void *(* start_routine) (void *) |
Definition at line 1561 of file utils.c.
Referenced by ast_pthread_create_detached_stack(), and ast_pthread_create_stack().