Computer Science


PTHREAD_EQUAL(3)                                 PTHREAD_EQUAL(3)

NAME
       pthread_equal - compare two thread identifiers

SYNOPSIS
       #include <pthread.h>

       int pthread_equal(pthread_t thread1, pthread_t thread2);

DESCRIPTION
       pthread_equal  determines  if two thread identifiers refer
       to the same thread.

RETURN VALUE
       A non-zero value is returned if thread1 and thread2  refer
       to the same thread. Otherwise, 0 is returned.

AUTHOR
       Xavier Leroy <Xavier.Leroy@inria.fr>

SEE ALSO
       pthread_self(3).

                           LinuxThreads                         1

Back to the index


Apply now!


Handbook

Postgraduate study options

Computer Science Blog



Please give us your feedback or ask us a question

This message is...


My feedback or question is...


My email address is...

(Only if you need a reply)

A to Z Directory | Site map | Accessibility | Copyright | Privacy | Disclaimer | Feedback on this page