RTEMS CPU Kit with SuperCore  4.11.3
Functions
semopen.c File Reference

Function Creates New POSIX semaphore or Opens an existing Semaphore. More...

#include <stdarg.h>
#include <errno.h>
#include <fcntl.h>
#include <pthread.h>
#include <semaphore.h>
#include <limits.h>
#include <rtems/system.h>
#include <rtems/posix/semaphoreimpl.h>
#include <rtems/posix/time.h>
#include <rtems/seterr.h>
Include dependency graph for semopen.c:

Functions

sem_t * sem_open (const char *name, int oflag,...)
 

Detailed Description

Function Creates New POSIX semaphore or Opens an existing Semaphore.