19 #ifndef _RTEMS_POSIX_POSIXAPI_H 20 #define _RTEMS_POSIX_POSIXAPI_H 22 #include <rtems/config.h> void _POSIX_Fatal_error(POSIX_Fatal_domain domain, int eno)
POSIX API Fatal error.
Definition: posixapi.c:49
POSIX_Fatal_domain
POSIX API Fatal domains.
Definition: posixapi.h:36
A pthread thread error.
Definition: posixapi.h:37
int _POSIX_Name_to_id(Objects_Information *information, const char *name, Objects_Id *id, size_t *len)
Queries the object identifier id for a name.
Definition: psxnametoid.c:30
void _POSIX_API_Initialize(void)
Initialize POSIX API.
Definition: posixapi.c:58
A pthread once error.
Definition: posixapi.h:38
Inlined Routines in the Object Handler.
uint32_t Objects_Id
The following type defines the control block used to manage object IDs.
Definition: object.h:122