RTEMS CPU Kit with SuperCore
4.11.3
|
Function Translates POSIX Barrier Status Code. More...
#include <pthread.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/posix/barrierimpl.h>
Functions | |
int | _POSIX_Barrier_Translate_core_barrier_return_code (CORE_barrier_Status the_barrier_status) |
POSIX translate barrier return code. More... | |
Function Translates POSIX Barrier Status Code.
int _POSIX_Barrier_Translate_core_barrier_return_code | ( | CORE_barrier_Status | the_barrier_status | ) |
POSIX translate barrier return code.
This routine translates SuperCore Barrier status codes into the corresponding POSIX ones.
[in] | the_barrier_status | is the SuperCore status. |
References CORE_BARRIER_STATUS_LAST.