OAR

RTEMS 4.0.0 On-Line Library


pthread_getspecific

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

5.4.4: pthread_getspecific

CALLING SEQUENCE:

#include <pthread.h>

void *pthread_getspecific(
  pthread_key_t  key
);

STATUS CODES:

NULL
There is no thread-specific data associated with the specified key.
non-NULL
The data associated with the specified key.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation