hpux man page for pthread_equal

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)

NAME
pthread_equal() - compare two thread identifiers
SYNOPSIS
PARAMETERS
t1 First thread ID to be compared. t2 Second thread ID to be compared.
DESCRIPTION
compares the thread IDs t1 and t2. are opaque data types. They should be compared only with this function.
RETURN VALUE
returns 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.
ERRORS
None.
AUTHOR
was derived from the IEEE POSIX P1003.1c standard.
SEE ALSO
pthread_create(3T), pthread_self(3T).
STANDARDS CONFORMANCE
Pthread 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