pthread_equal - compare thread IDsLIBRARY
Lb libpthreadSYNOPSIS
#include <pthread.h>
int pthread_equal (pthread_t t1 pthread_t t2);
DESCRIPTION
The pthread_equal ();
function compares the thread IDs Fa t1 and Fa t2 .RETURN VALUES
The pthread_equal ();
function will return non-zero if the thread IDs Fa t1 and Fa t2 correspond to the same thread, otherwise it will return zero.ERRORS
None.SEE ALSO
pthread_create3, pthread_exit3STANDARDS
The pthread_equal ();
function conforms to St -p1003.1-96 .
Index
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |