RTEMS CPU Kit with SuperCore  4.11.3
Variables
semtranslatereturncode.c File Reference

Semaphore Translate Core Mutex and Semaphore Return Code. More...

#include <rtems/rtems/semimpl.h>
Include dependency graph for semtranslatereturncode.c:

Variables

const rtems_status_code _Semaphore_Translate_core_mutex_return_code_ []
 
const rtems_status_code _Semaphore_Translate_core_semaphore_return_code_ []
 

Detailed Description

Semaphore Translate Core Mutex and Semaphore Return Code.

Variable Documentation

◆ _Semaphore_Translate_core_mutex_return_code_

const rtems_status_code _Semaphore_Translate_core_mutex_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 that the caller is not the owner of the resource.
Definition: status.h:150
This is the status to indicate that an invalid thread priority was provided.
Definition: status.h:133
This is the status to indicate the the object was deleted while the task was blocked waiting...
Definition: status.h:80
This is the status to indicate that the request was not satisfied.
Definition: status.h:105

◆ _Semaphore_Translate_core_semaphore_return_code_

const rtems_status_code _Semaphore_Translate_core_semaphore_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 that an internal RTEMS inconsistency was detected. ...
Definition: status.h:162
This is the status to indicate the the object was deleted while the task was blocked waiting...
Definition: status.h:80
This is the status to indicate that the request was not satisfied.
Definition: status.h:105