RTEMS CPU Kit with SuperCore
Functions | Variables
barriertranslatereturncode.c File Reference

Translate SuperCore Barrier Status Code to RTEMS Status Code. More...

#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/support.h>
#include <rtems/rtems/barrierimpl.h>
Include dependency graph for barriertranslatereturncode.c:

Functions

rtems_status_code _Barrier_Translate_core_barrier_return_code (CORE_barrier_Status the_barrier_status)
 Translate SuperCore Barrier Status Code to RTEMS Status Code. More...
 

Variables

rtems_status_code _Barrier_Translate_core_barrier_return_code_ []
 

Detailed Description

Translate SuperCore Barrier Status Code to RTEMS Status Code.

Variable Documentation

◆ _Barrier_Translate_core_barrier_return_code_

rtems_status_code _Barrier_Translate_core_barrier_return_code_[]
Initial value:
= {
}
This is the status to indicate that a blocking directive timed out.
Definition: status.h:75
This is the status to indicate successful completion.
Definition: status.h:50
This is the status to indicate the the object was deleted while the task was blocked waiting...
Definition: status.h:80