RTEMS CPU Kit with SuperCore
Functions
seminit.c File Reference

Initializing of an Unnamed 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 seminit.c:

Functions

int sem_init (sem_t *sem, int pshared, unsigned int value)
 

Detailed Description

Initializing of an Unnamed Semaphore.