Query: pthread_equal
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PTHREAD_EQUAL(3) Library Functions Manual PTHREAD_EQUAL(3)NAMEpthread_equal - compare two thread identifiersSYNOPSIS#include <pthread.h> int pthread_equal(pthread_t thread1, pthread_t thread2);DESCRIPTIONpthread_equal determines if two thread identifiers refer to the same thread.RETURN VALUEA non-zero value is returned if thread1 and thread2 refer to the same thread. Otherwise, 0 is returned.AUTHORXavier Leroy <Xavier.Leroy@inria.fr>SEE ALSOpthread_self(3). LinuxThreads PTHREAD_EQUAL(3)
Related Man Pages |
---|
pthread_equal(3) - linux |
pthread_equal(3) - minix |
pthread_equal(3) - opendarwin |
pthread_equal(3) - php |
pthread_equal(3) - v7 |
Similar Topics in the Unix Linux Community |
---|
Interesting issue with pthread_mutex_lock and siglongjmp in AIX 5.3 (and no other OS) |
Linkage of POSIX threads function calls |