RTEMS  5.1
Functions
semopen.c File Reference

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

#include <rtems/posix/semaphoreimpl.h>
#include <rtems/score/wkspace.h>
#include <rtems/sysinit.h>
#include <stdarg.h>
#include <fcntl.h>
#include <limits.h>

Functions

sem_t * sem_open (const char *name, int oflag,...)
 
 RTEMS_SYSINIT_ITEM (_POSIX_Semaphore_Manager_initialization, RTEMS_SYSINIT_POSIX_SEMAPHORE, RTEMS_SYSINIT_ORDER_MIDDLE)
 

Detailed Description

Function Creates New POSIX semaphore or Opens an existing Semaphore.