RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
coremutexsurrender.c File Reference

Surrender the Mutex. More...

#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/score/coremuteximpl.h>
#include <rtems/score/thread.h>
Include dependency graph for coremutexsurrender.c:

Macros

#define _CORE_mutex_Push_priority(mutex, thread)   ((void) 0)
 
#define _CORE_mutex_Pop_priority(mutex, thread)   CORE_MUTEX_STATUS_SUCCESSFUL
 

Functions

CORE_mutex_Status _CORE_mutex_Surrender (CORE_mutex_Control *the_mutex, Objects_Id id, CORE_mutex_API_mp_support_callout api_mutex_mp_support, ISR_lock_Context *lock_context)
 Frees a unit to the mutex. More...
 

Detailed Description

Surrender the Mutex.