Internal structure for pthread_cleanup_push() More...
Internal structure for pthread_cleanup_push()
Definition at line 26 of file pthread_cleanup.h.
#include <pthread_cleanup.h>
Data Fields | |
| struct __pthread_cleanup_datum * | __next |
| Cleanup handler to call next. | |
| void(* | __routine )(void *arg) |
| Cleanup routine to call. | |
| void * | __arg |
| Argument to supply. | |
| void* __pthread_cleanup_datum::__arg |
Argument to supply.
Definition at line 35 of file pthread_cleanup.h.
| struct __pthread_cleanup_datum* __pthread_cleanup_datum::__next |
Cleanup handler to call next.
Definition at line 29 of file pthread_cleanup.h.
| void(* __pthread_cleanup_datum::__routine) (void *arg) |
Cleanup routine to call.
Definition at line 32 of file pthread_cleanup.h.