The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    pthread_suspend_np
    
     - suspend a thread
    
     
    

    LIBRARY

    Lb libpthread
    
     
    

    SYNOPSIS

       #include <pthread_np.h>
    int pthread_suspend_np (pthread_t tid);
     

    DESCRIPTION

    The pthread_suspend_np ();
    function, called on an active thread, causes it to suspend.  

    RETURN VALUES

    If successful, pthread_suspend_np ();
    function returns 0. Otherwise, an error number is returned to indicate the error.  

    ERRORS

    The pthread_suspend_np ();
    function will fail if:

    Bq Er EDEADLK
    An attempt was made to suspend the current thread.
    Bq Er EINVAL
    The value specified by the Fa tid argument is invalid.
    Bq ESRC
    No thread could be found corresponding to the thread ID specified by the Fa tid argument.

     

    SEE ALSO

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