The OpenNET Project / Index page

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

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

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

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

    NAME

    pthread_equal - compare
    thread IDs
     
    

    SYNOPSIS

    cc -mt [ flag... ] file... -lpthread [ library... ]
    #include <pthread.h>
    
    int pthread_equal(pthread_t t1, pthread_t t2);
    

     

    DESCRIPTION

    The pthread_equal() function compares the thread IDs t1 and t2.  

    RETURN VALUES

    The pthread_equal() function returns a non-zero value if t1 and t2 are equal. Otherwise, 0 is returned.

    If t1 or t2 is an invalid thread ID, the behavior is undefined.  

    ERRORS

    No errors are defined.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    pthread_create(3C), pthread_self(3C), attributes(5), standards(5)  

    NOTES

    Solaris thread IDs do not require an equivalent function because the thread_t structure is an unsigned int.


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO
    NOTES


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




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

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