RTEMS CPU Kit with SuperCore
4.11.3
|
Initialize a Core Mutex. More...
#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/score/coremuteximpl.h>
#include <rtems/score/thread.h>
Functions | |
CORE_mutex_Status | _CORE_mutex_Initialize (CORE_mutex_Control *the_mutex, Thread_Control *executing, const CORE_mutex_Attributes *the_mutex_attributes, bool initially_locked) |
Initializes the mutex based on the parameters passed. More... | |
Initialize a Core Mutex.