OAR

RTEMS 4.0.0 On-Line Library


pthread_equal

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

1.4.22: pthread_equal

CALLING SEQUENCE:

#include <pthread.h>

int pthread_equal(
  pthread_t  t1,
  pthread_t  t2
);

STATUS CODES:

zero
The thread ids are not equal.
non-zero
The thread ids are equal.

DESCRIPTION:

NOTES:

The behavior is undefined if the thread IDs are not valid.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation