RTEMS CPU Kit with SuperCore
4.11.3
|
POSIX Spinlock Translate Core Spinlock Return Code. More...
#include <pthread.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/score/corespinlock.h>
#include <rtems/posix/spinlockimpl.h>
Functions | |
int | _POSIX_Spinlock_Translate_core_spinlock_return_code (CORE_spinlock_Status the_spinlock_status) |
Translate core spinlock status code. More... | |
POSIX Spinlock Translate Core Spinlock Return Code.
int _POSIX_Spinlock_Translate_core_spinlock_return_code | ( | CORE_spinlock_Status | the_spinlock_status | ) |
Translate core spinlock status code.
This routine translates SuperCore Spinlock status codes into the corresponding POSIX ones.
[in] | the_spinlock_status | is the SuperCore status. |
References CORE_SPINLOCK_STATUS_LAST.