*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> pthread_equal (3)              
Title
Content
Arch
Section
 

pthread_equal(3)

Contents


NAME    [Toc]    [Back]

       pthread_equal  - Compares one thread identifier to another
       thread identifier

SYNOPSIS    [Toc]    [Back]

       #include <pthread.h>

       int pthread_equal(
               pthread_t t1,
               pthread_t t2 );

LIBRARY    [Toc]    [Back]

       DECthreads POSIX 1003.1c Library (libpthread.so)

STANDARDS    [Toc]    [Back]

       Interfaces documented on this reference  page  conform  to
       industry standards as follows:

       IEEE  Std  1003.1c-1995,  POSIX System Application Program
       Interface

PARAMETERS    [Toc]    [Back]

       The first thread identifier to be  compared.   The  second
       thread identifier to be compared.

DESCRIPTION    [Toc]    [Back]

       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.

RETURN VALUES    [Toc]    [Back]

       Possible return values are as follows: Values of t1 and t2
       do not designate the same object.  Values  of  t1  and  t2
       designate the same object.

ERRORS    [Toc]    [Back]

       None

SEE ALSO    [Toc]    [Back]

      
      
       Manuals: Guide to DECthreads and Programmer's Guide



                                                 pthread_equal(3)
[ Back ]
 Similar pages
Name OS Title
pthread_getsequence_np Tru64 Obtains the unique identifier for the specified thread
pthread_self Tru64 Obtains the identifier of the calling thread
tis_self Tru64 Obtains the identifier of the calling thread
tt_thread_session_set HP-UX set the default session identifier for the current thread
tt_thread_session HP-UX retrieve the default session identifier for the currently active thread
pthread_setspecific Tru64 Sets the thread-specific data value associated with the specified key for the current thread
pthread_cancel Tru64 Allows a thread to request a thread to terminate execution
pthread_join Tru64 Causes the calling thread to wait for the termination of the specified thread
pthread_getname_np Tru64 Obtain the object name from the thread object of an existing thread
semget Linux get a semaphore set identifier
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service