The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

sem_destroy (3)
  • sem_destroy (3) ( Solaris man: Библиотечные вызовы )
  • >> sem_destroy (3) ( FreeBSD man: Библиотечные вызовы )
  • sem_destroy (3) ( Linux man: Библиотечные вызовы )
  • sem_destroy (3) ( POSIX man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    sem_destroy
    
     - destroy an unnamed semaphore
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <semaphore.h>
    int sem_destroy (sem_t *sem);
     

    DESCRIPTION

    The sem_destroy ();
    function destroys the unnamed semaphore pointed to by Fa sem . After a successful call to sem_destroy (,);
    Fa sem is unusable until re-initialized by another call to sem_init3.  

    RETURN VALUES

    Rv -std sem_destroy  

    ERRORS

    The sem_destroy ();
    function will fail if:

    Bq Er EINVAL
    The Fa sem argument points to an invalid semaphore.
    Bq Er EBUSY
    There are currently threads blocked on the semaphore that Fa sem points to.

     

    SEE ALSO

    sem_init3, sem(4)  

    STANDARDS

    The sem_destroy ();
    function conforms to St -p1003.1-96 .

    POSIX does not define the behavior of sem_destroy ();
    if called while there are threads blocked on Fa sem , but this implementation is guaranteed to return -1 and set errno to Er EBUSY if there are threads blocked on Fa sem .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO
    STANDARDS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру