Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpthread.h80 typedef int pthread_key_t; typedef
257 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
258 int pthread_key_delete (pthread_key_t);
259 int pthread_setspecific(pthread_key_t key, const void *value);
260 void *pthread_getspecific(pthread_key_t key);
/bionic/libc/include/sys/
Dtypes.h80 typedef .... pthread_key_t;
/bionic/libc/private/
Dthread_private.h45 pthread_key_t _private_key;
/bionic/libc/netbsd/resolv/
Dres_state.c41 static pthread_key_t _res_key;
/bionic/libc/netbsd/net/
Dreentrant.h125 #define thread_key_t pthread_key_t
/bionic/libc/bionic/
Dstubs.c44 pthread_key_t the_key;
Dpthread.c1650 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)) in pthread_key_create()
1674 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()
1718 int pthread_setspecific(pthread_key_t key, const void *ptr) in pthread_setspecific()
1735 void * pthread_getspecific(pthread_key_t key) in pthread_getspecific()
/bionic/libc/docs/
DOVERVIEW.TXT195 pthread_key_t objects to each process. The implementation provides 64 real