RTEMS CPU Kit with SuperCore
4.11.3
|
POSIX Keys Manager Initialization. More...
#include <rtems/config.h>
#include <rtems/posix/keyimpl.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/wkspace.h>
Functions | |
RBTREE_DEFINE_EMPTY (_POSIX_Keys_Key_value_lookup_tree) | |
RBTree_Compare_result | _POSIX_Keys_Key_value_compare (const RBTree_Node *node1, const RBTree_Node *node2) |
This routine compares the rbtree node by comparing POSIX key first and comparing thread id second. More... | |
POSIX_Keys_Key_value_pair * | _POSIX_Keys_Key_value_pair_allocate (void) |
void | _POSIX_Key_Manager_initialization (void) |
This routine performs the initialization necessary for this manager. More... | |
POSIX Keys Manager Initialization.