RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Data Structures
coremutex.h File Reference

This header file provides interfaces of the Mutex Handler which are used by the implementation and the Application Configuration. More...

#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
#include <rtems/score/priority.h>
#include <rtems/score/watchdog.h>
#include <rtems/score/interr.h>

Go to the source code of this file.

Data Structures

struct  CORE_mutex_Control
 Control block used to manage each mutex. More...
 
struct  CORE_recursive_mutex_Control
 The recursive mutex control. More...
 
struct  CORE_ceiling_mutex_Control
 The recursive mutex control with priority ceiling protocol support. More...
 

Detailed Description

This header file provides interfaces of the Mutex Handler which are used by the implementation and the Application Configuration.