The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    sem_post
    
     - increment (unlock) a semaphore
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

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

    DESCRIPTION

    The sem_post ();
    function increments (unlocks) the semaphore pointed to by Fa sem . If there are threads blocked on the semaphore when sem_post ();
    is called, then the highest priority thread that has been blocked the longest on the semaphore will be allowed to return from sem_wait (.);

    The sem_post ();
    function is signal-reentrant and may be called within signal handlers.  

    RETURN VALUES

    Rv -std sem_post  

    ERRORS

    The sem_post ();
    function will fail if:

    Bq Er EINVAL
    The Fa sem argument points to an invalid semaphore.

     

    SEE ALSO

    sem_getvalue3, sem_trywait3, sem_wait3, sem(4)  

    STANDARDS

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


     

    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
    Добавить, Поддержать, Вебмастеру