RTEMS CPU Kit with SuperCore  4.11.3
Enumerations | Functions
posixapi.h File Reference

POSIX API Implementation. More...

#include <rtems/config.h>
#include <rtems/score/objectimpl.h>
Include dependency graph for posixapi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  POSIX_Fatal_domain { POSIX_FD_PTHREAD, POSIX_FD_PTHREAD_ONCE }
 POSIX API Fatal domains. More...
 

Functions

void _POSIX_Fatal_error (POSIX_Fatal_domain domain, int eno)
 POSIX API Fatal error. More...
 
void _POSIX_API_Initialize (void)
 Initialize POSIX API. More...
 
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. More...
 

Detailed Description

POSIX API Implementation.

This include file defines the top level interface to the POSIX API implementation in RTEMS.