Internal structure for pthread_cleanup_push() More...
Internal structure for pthread_cleanup_push()
Definition at line 27 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. | |