RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
POSIX_Keys_Key_value_pair Struct Reference

Represents POSIX key and value pair. More...

#include <key.h>

Collaboration diagram for POSIX_Keys_Key_value_pair:
Collaboration graph
[legend]

Data Fields

Chain_Node Key_values_per_thread_node
 The chain node for the per-thread value chain.
 
RBTree_Node Key_value_lookup_node
 The tree node for the lookup tree.
 
pthread_key_t key
 The POSIX key identifier used in combination with the thread pointer as the tree key.
 
Thread_Controlthread
 The thread pointer used in combination with the POSIX key identifier as the tree key.
 
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: