VMS Help
POSIX Threads, PTHREAD routines, pthread_equal
*Conan The Librarian (sorry for the slow response - running on an old VAX)
|
|
Compares one thread identifier to another thread identifier.
#include <pthread.h>
int
pthread_equal (
pthread_t t1,
pthread_t t2);
t1
The first thread identifier to be compared.
t2
The second thread identifier to be compared.
This routine compares one thread identifier to another thread
identifier.
If either t1 or t2 are not valid thread identifiers, this
routine's behavior is undefined.
Possible return values are as follows:
Return Description
0 Values of t1 and t2 do not designate the same object.
Non-zero Values of t1 and t2 designate the same object.
[legal]
[privacy]
[GNU]
[policy]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.