![]() |
RTEMS 6.1
|
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_Control * | thread |
| The corresponding thread. | |
| void * | value |
| The thread specific POSIX key value. | |
Represents POSIX key and value pair.