RTEMS CPU Kit with SuperCore
4.11.3
|
Initialization and Allocation for API Mutex Handler. More...
#include <rtems/score/apimutex.h>
#include <rtems/score/coremuteximpl.h>
#include <rtems/score/objectimpl.h>
Functions | |
void | _API_Mutex_Initialization (uint32_t maximum_mutexes) |
Initialization for the API Mutexe Handler. More... | |
void | _API_Mutex_Allocate (API_Mutex_Control **the_mutex) |
Allocates an API mutex from the inactive set and returns it in mutex. | |
Initialization and Allocation for API Mutex Handler.