1 .TH PTHREAD_EQUAL 3 LinuxThreads
4 pthread_equal \- compare two thread identifiers
9 int pthread_equal(pthread_t thread1, pthread_t thread2);
12 !pthread_equal! determines if two thread identifiers refer to the same
16 A non-zero value is returned if |thread1| and |thread2| refer to the
17 same thread. Otherwise, 0 is returned.
20 Xavier Leroy <Xavier.Leroy@inria.fr>