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

Get the Value of a 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 semgetvalue.c:

Functions

int sem_getvalue (sem_t *__restrict sem, int *__restrict sval)
 

Detailed Description

Get the Value of a Semaphore.