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

POSIX Semaphore Code Translation Error. More...

#include <rtems/posix/semaphoreimpl.h>
Include dependency graph for semaphoretranslatereturncode.c:

Variables

const int _POSIX_Semaphore_Return_codes [CORE_SEMAPHORE_STATUS_LAST+1]
 This defines the mapping from Score status codes to POSIX return codes. More...
 

Detailed Description

POSIX Semaphore Code Translation Error.

Variable Documentation

◆ _POSIX_Semaphore_Return_codes

const int _POSIX_Semaphore_Return_codes[CORE_SEMAPHORE_STATUS_LAST+1]
Initial value:
= {
0,
EAGAIN,
EAGAIN,
ETIMEDOUT,
ENOSYS,
}

This defines the mapping from Score status codes to POSIX return codes.