The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    pthread_cleanup_pop
    
     - call the first cleanup routine
    
     
    

    LIBRARY

    Lb libpthread
    
     
    

    SYNOPSIS

       #include <pthread.h>
    void pthread_cleanup_pop (int execute);
     

    DESCRIPTION

    The pthread_cleanup_pop ();
    function pops the top cleanup routine off of the current threads cleanup routine stack, and, if Fa execute is non-zero, it will execute the function. If there is no cleanup routine then pthread_cleanup_pop ();
    does nothing.  

    RETURN VALUES

    The pthread_cleanup_pop ();
    function does not return any value.  

    ERRORS

    None  

    SEE ALSO

    pthread_cleanup_push3, pthread_exit3  

    STANDARDS

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