RTEMS  5.1
Data Fields
POSIX_Keys_Key_value_pair Struct Reference

Represents POSIX key and value pair. More...

#include <key.h>

Data Fields

Chain_Node Key_node
 The chain node for the key value pairs chain in POSIX_Keys_Control.
 
RBTree_Node Lookup_node
 The tree node for the lookup tree in Thread_Keys_information.
 
pthread_key_t key
 The POSIX key identifier used as the tree key.
 
Thread_Controlthread
 The corresponding thread.
 
void * value
 The thread specific POSIX key value.
 

Detailed Description

Represents POSIX key and value pair.


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