Data Fields | |
void * | data |
char * | name |
void *(* | start_routine )(void *) |
Definition at line 1027 of file utils.c.
void* data |
Definition at line 1029 of file utils.c.
Referenced by ast_pthread_create_stack(), and dummy_start().
char* name |
Definition at line 1030 of file utils.c.
Referenced by ast_pthread_create_stack(), and dummy_start().
void*(* start_routine)(void *) |
Referenced by ast_pthread_create_detached_stack(), ast_pthread_create_stack(), and dummy_start().