RTEMS CPU Kit with SuperCore
|
POSIX Delete 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>
Functions | |
void | _POSIX_Semaphore_Delete (POSIX_Semaphore_Control *the_semaphore) |
POSIX Semaphore Delete. More... | |
POSIX Delete Semaphore.
void _POSIX_Semaphore_Delete | ( | POSIX_Semaphore_Control * | the_semaphore | ) |
POSIX Semaphore Delete.
This routine supports the sem_close and sem_unlink routines.
References _CORE_semaphore_Flush(), _Objects_Close(), _POSIX_Semaphore_Free(), and _POSIX_Semaphore_Information.