The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    pthread_cond_init
    
     - create a condition variable
    
     
    

    LIBRARY

    Lb libpthread
    
     
    

    SYNOPSIS

       #include <pthread.h>
    int pthread_cond_init (pthread_cond_t *cond const pthread_condattr_t *attr);
     

    DESCRIPTION

    The pthread_cond_init ();
    function creates a new condition variable, with attributes specified with Fa attr . If Fa attr is NULL the default attributes are used.  

    RETURN VALUES

    If successful, the pthread_cond_init ();
    function will return zero and put the new condition variable id into Fa cond , otherwise an error number will be returned to indicate the error.  

    ERRORS

    The pthread_cond_init ();
    function will fail if:

    Bq Er EINVAL
    The value specified by Fa attr is invalid.
    Bq Er ENOMEM
    The process cannot allocate enough memory to create another condition variable.
    Bq Er EAGAIN
    The system temporarily lacks the resources to create another condition variable.

     

    SEE ALSO

    pthread_condattr3, pthread_cond_broadcast3, pthread_cond_destroy3, pthread_cond_signal3, pthread_cond_timedwait3, pthread_cond_wait3  

    STANDARDS

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