The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    pthread_attr_setcreatesuspend_np
    
     - prepare attribute for creation of suspended thread
    
     
    

    LIBRARY

    Lb libpthread
    
     
    

    SYNOPSIS

       #include <pthread_np.h>
    int pthread_attr_setcreatesuspend_np (pthread_attr_t *attr);
     

    DESCRIPTION

    The pthread_attr_setcreatesuspend_np ();
    instructs pthread_create3 that the thread created with the Fa attr attribute should be created and left in a suspended state until explicitly resumed by the call to pthread_resume_np ();
    or pthread_resume_all_np (.);
     

    RETURN VALUES

    Rv -std pthread_attr_setcreatesuspend_np  

    ERRORS

    The pthread_attr_setcreatesuspend_np ();
    function will fail if:

    Bq Er EINVAL
    The value specified by Fa attr is invalid.

     

    SEE ALSO

    pthread_attr_destroy3, pthread_attr_init3, pthread_create3, pthread_resume_all_np3, pthread_resume_np3  

    AUTHORS

    This manual page was written by An Alexey Zelkin Aq phantom@FreeBSD.org .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO
    AUTHORS


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




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

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