RTEMS 6.1-rc4
|
Private Inlined Routines for POSIX Key's. More...
#include <rtems/posix/key.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/freechainimpl.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/percpu.h>
Go to the source code of this file.
Macros | |
#define | POSIX_KEYS_RBTREE_NODE_TO_KEY_VALUE_PAIR(node) RTEMS_CONTAINER_OF( node, POSIX_Keys_Key_value_pair, Lookup_node ) |
Functions | |
POSIX_Keys_Key_value_pair * | _POSIX_Keys_Key_value_allocate (void) |
Variables | |
Freechain_Control | _POSIX_Keys_Keypool |
This freechain is used as a memory pool for POSIX_Keys_Key_value_pair. | |
Private Inlined Routines for POSIX Key's.
This include file contains the static inline implementation of the private inlined routines for POSIX key's.