RTEMS 4.7.2 On-Line Library
Key Manager pthread_getspecific - Get Thread Specific Key Value
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:
RTEMS POSIX API User's Guide
Copyright © 1988-2004 OAR Corporation