The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    pthread_getspecific
    
     - get a thread-specific data value
    
     
    

    LIBRARY

    Lb libpthread
    
     
    

    SYNOPSIS

       #include <pthread.h>
    void * pthread_getspecific (pthread_key_t key);
     

    DESCRIPTION

    The pthread_getspecific ();
    function returns the value currently bound to the specified Fa key on behalf of the calling thread.

    The effect of calling pthread_getspecific ();
    with a Fa key value not obtained from pthread_key_create ();
    or after Fa key has been deleted with pthread_key_delete ();
    is undefined.

    The pthread_getspecific ();
    function may be called from a thread-specific data destructor function.  

    RETURN VALUES

    The pthread_getspecific ();
    function will return the thread-specific data value associated with the given Fa key . If no thread-specific data value is associated with Fa key , then the value NULL is returned.  

    ERRORS

    None.  

    SEE ALSO

    pthread_key_create3, pthread_key_delete3, pthread_setspecific3  

    STANDARDS

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