RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Macros | Functions | Variables
keyimpl.h File Reference

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.
 

Detailed Description

Private Inlined Routines for POSIX Key's.

This include file contains the static inline implementation of the private inlined routines for POSIX key's.