Home
last modified time | relevance | path

Searched refs:pthread_key_t (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/include/
Dpthread.h84 typedef int pthread_key_t; typedef
261 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
262 int pthread_key_delete (pthread_key_t);
263 int pthread_setspecific(pthread_key_t key, const void *value);
264 void *pthread_getspecific(pthread_key_t key);
/bionic/libc/bionic/
DThreadLocalBuffer.h41 static pthread_key_t name ## _key; \
Dpthread.c1915 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)) in pthread_key_create()
1939 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()
1985 int pthread_setspecific(pthread_key_t key, const void *ptr) in pthread_setspecific()
2002 void * pthread_getspecific(pthread_key_t key) in pthread_getspecific()
Dstubs.cpp44 static pthread_key_t stubs_key;
/bionic/libc/include/sys/
Dtypes.h80 typedef .... pthread_key_t;
/bionic/tests/
Dpthread_test.cpp24 pthread_key_t key; in TEST()
/bionic/libc/private/
Dthread_private.h45 pthread_key_t _private_key;
/bionic/libc/netbsd/resolv/
Dres_state.c52 static pthread_key_t _res_key;
/bionic/libc/netbsd/net/
Dreentrant.h125 #define thread_key_t pthread_key_t
/bionic/libc/docs/
DOVERVIEW.TXT195 pthread_key_t objects to each process. The implementation provides 64 real