RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
POSIX_Keys_Control Struct Reference

The data structure used to manage a POSIX key. More...

#include <key.h>

Collaboration diagram for POSIX_Keys_Control:
Collaboration graph
[legend]

Data Fields

Objects_Control Object
 This field is the Object control structure. More...
 
void(* destructor )(void *)
 This field is the data destructor. More...
 

Detailed Description

The data structure used to manage a POSIX key.

Field Documentation

◆ destructor

void(* POSIX_Keys_Control::destructor) (void *)

This field is the data destructor.

Referenced by pthread_key_create().

◆ Object

Objects_Control POSIX_Keys_Control::Object

This field is the Object control structure.

Referenced by _POSIX_Keys_Free(), and pthread_key_create().


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