__pthread_cleanup_datum Struct Reference

Internal structure for pthread_cleanup_push() More...

Detailed Description

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.
 

The documentation for this struct was generated from the following file: