RTEMS CPU Kit with SuperCore  4.11.3
Functions
apimutex.c File Reference

Initialization and Allocation for API Mutex Handler. More...

#include <rtems/score/apimutex.h>
#include <rtems/score/coremuteximpl.h>
#include <rtems/score/objectimpl.h>
Include dependency graph for apimutex.c:

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.
 

Detailed Description

Initialization and Allocation for API Mutex Handler.