Query: pthread_equal
OS: hpux
Section: 3t
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pthread_equal(3T) pthread_equal(3T)NAMEpthread_equal() - compare two thread identifiersSYNOPSISPARAMETERSt1 First thread ID to be compared. t2 Second thread ID to be compared.DESCRIPTIONcompares the thread IDs t1 and t2. are opaque data types. They should be compared only with this function.RETURN VALUEreturns a nonzero value if the two thread IDs are equal; otherwise, zero is returned. This function does not verify that t1 or t2 are valid thread IDs.ERRORSNone.AUTHORwas derived from the IEEE POSIX P1003.1c standard.SEE ALSOpthread_create(3T), pthread_self(3T).STANDARDS CONFORMANCEPthread Library pthread_equal(3T)
Related Man Pages |
---|
pthread_self(3) - linux |
pthread_equal(3) - debian |
pthread_equal(3c) - sunos |
pthread_equal(3) - x11r4 |
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 |