Loading...
Searching...
No Matches
__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.
 

Field Documentation

◆ __arg

void* __pthread_cleanup_datum::__arg

Argument to supply.

Definition at line 36 of file pthread_cleanup.h.

◆ __next

struct __pthread_cleanup_datum* __pthread_cleanup_datum::__next

Cleanup handler to call next.

Definition at line 30 of file pthread_cleanup.h.

◆ __routine

void(* __pthread_cleanup_datum::__routine) (void *arg)

Cleanup routine to call.

Definition at line 33 of file pthread_cleanup.h.


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