RTEMS CPU Kit with SuperCore
4.11.3
|
Thread-Specific Data Key Create. More...
#include <errno.h>
#include <limits.h>
#include <pthread.h>
#include <string.h>
#include <rtems/system.h>
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
#include <rtems/posix/keyimpl.h>
Functions | |
int | pthread_key_create (pthread_key_t *key, void(*destructor)(void *)) |
17.1.1 Thread-Specific Data Key Create, P1003.1c/Draft 10, p. More... | |
Thread-Specific Data Key Create.
int pthread_key_create | ( | pthread_key_t * | key, |
void(*)(void *) | destructor | ||
) |
17.1.1 Thread-Specific Data Key Create, P1003.1c/Draft 10, p.
163
References _Objects_Allocator_unlock(), _Objects_Open_u32(), _POSIX_Keys_Allocate(), _POSIX_Keys_Information, POSIX_Keys_Control::destructor, Objects_Control::id, and POSIX_Keys_Control::Object.