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