Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
void * | data |
char * | name |
void *(* | start_routine )(void *) |
Definition at line 1381 of file main/utils.c.
void* data |
Definition at line 1383 of file main/utils.c.
Referenced by ast_pthread_create_stack(), and dummy_start().
char* name |
Definition at line 1384 of file main/utils.c.
Referenced by ast_pthread_create_stack(), dummy_start(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().
void*(* start_routine) (void *) |
Definition at line 1382 of file main/utils.c.
Referenced by ast_pthread_create_detached_stack(), ast_pthread_create_stack(), and dummy_start().