RTEMS CPU Kit with SuperCore
4.11.3
|
The data structure used to manage a POSIX key. More...
#include <key.h>
Data Fields | |
Objects_Control | Object |
This field is the Object control structure. More... | |
void(* | destructor )(void *) |
This field is the data destructor. More... | |
The data structure used to manage a POSIX key.
void(* POSIX_Keys_Control::destructor) (void *) |
This field is the data destructor.
Referenced by pthread_key_create().
Objects_Control POSIX_Keys_Control::Object |
This field is the Object control structure.
Referenced by _POSIX_Keys_Free(), and pthread_key_create().