![]() |
RTEMS 6.1
|
POSIX Key Private Support. More...
#include <pthread.h>#include <rtems/score/chain.h>#include <rtems/score/object.h>#include <rtems/score/rbtree.h>#include <rtems/score/thread.h>Go to the source code of this file.
Data Structures | |
| struct | POSIX_Keys_Key_value_pair |
| Represents POSIX key and value pair. More... | |
| struct | POSIX_Keys_Control |
| The data structure used to manage a POSIX key. More... | |
Macros | |
| #define | POSIX_KEYS_INFORMATION_DEFINE(max) |
| Macro to define the objects information for the POSIX Key objects. | |
Variables | |
| POSIX_Keys_Key_value_pair | _POSIX_Keys_Key_value_pairs [] |
| The initial set of POSIX key and value pairs. | |
| const uint32_t | _POSIX_Keys_Key_value_pair_maximum |
| The POSIX key and value pairs maximum. | |
| Objects_Information | _POSIX_Keys_Information |
| The POSIX Key objects information. | |
POSIX Key Private Support.
This include file contains all the private support information for POSIX key.