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

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>
Include dependency graph for semaphoredeletesupp.c:

Functions

void _POSIX_Semaphore_Delete (POSIX_Semaphore_Control *the_semaphore)
 POSIX Semaphore Delete. More...
 

Detailed Description

POSIX Delete Semaphore.

Function Documentation

◆ _POSIX_Semaphore_Delete()

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.