SYNOPSIS
#include <semaphore.h>
int sem_unlink(const char *name);
DESCRIPTION
The
PARAMETERS
RETURN VALUES
When the
- EACCES
-
Permission is denied to remove the named semaphore.
- ENAMETOOLONG
-
The length of the name string is greater than NAME_MAX while POSIX_NO_TRUNC is in effect.
- ENOENT
-
The named semaphore does not exist.
EXAMPLES
None.
CONFORMANCE
UNIX 03. Derived from the POSIX Realtime Extension (1003.1b-1993/1003.1i-1995)
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
sem_close() ,sem_open() ,semctl() ,semget() ,semop()
- Miscellaneous:
- semaphores
PTC MKS Toolkit 10.4 Documentation Build 39.