Developer's Daily Unix by Example
  main | java | perl | unix | dev directory | web log
 
 
Main
Unix
Man Pages
   

PTHREAD_EQUAL

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
AUTHOR
SEE ALSO

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).


copyright 1998-2007, devdaily.com, all rights reserved.
devdaily.com, an alvin j. alexander production.