OAR

RTEMS 4.5.1-pre3 On-Line Library


Key Manager pthread_getspecific - Get Thread Specific Key Value

PREV UP next Bookshelf RTEMS POSIX API User's Guide

18.4.4: pthread_getspecific - Get Thread Specific Key Value

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-2000 OAR Corporation