sem_destroy man page on SunOS

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
SunOS logo
[printable version]

sem_destroy(3RT)	  Realtime Library Functions	      sem_destroy(3RT)

NAME
       sem_destroy - destroy an unnamed semaphore

SYNOPSIS
       cc [ flag... ] file... -lrt [ library... ]
       #include <semaphore.h>

       int sem_destroy(sem_t *sem);

DESCRIPTION
       The  sem_destroy()  function  is	 used to destroy the unnamed semaphore
       indicated by sem. Only a semaphore that was created using sem_init(3RT)
       may   be	  destroyed   using   sem_destroy();  the  effect  of  calling
       sem_destroy() with a named semaphore is undefined. The effect of subse‐
       quent use of the semaphore sem is undefined until sem is re-initialized
       by another call to sem_init(3RT).

       It is safe to destroy an initialised semaphore upon  which  no  threads
       are  currently blocked. The effect of destroying a semaphore upon which
       other threads  are currently blocked is undefined.

RETURN VALUES
       If successful, sem_destroy() returns 0, otherwise  it  returns  −1  and
       sets errno to indicate the error.

ERRORS
       The  sem_destroy() function will fail if:

       EINVAL	       The sem argument is not a valid semaphore.

       The sem_destroy() function may fail if:

       EBUSY	       There  are  currently  processes	 (or  LWPs or threads)
		       blocked on the semaphore.

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       ┌─────────────────────────────┬─────────────────────────────┐
       │      ATTRIBUTE TYPE	     │	    ATTRIBUTE VALUE	   │
       ├─────────────────────────────┼─────────────────────────────┤
       │Interface Stability	     │Standard			   │
       ├─────────────────────────────┼─────────────────────────────┤
       │MT-Level		     │MT-Safe			   │
       └─────────────────────────────┴─────────────────────────────┘

SEE ALSO
       sem_init(3RT), sem_open(3RT), attributes(5), standards(5)

SunOS 5.10			  28 Jun 2002		      sem_destroy(3RT)
[top]

List of man pages available for SunOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net