Searched defs:pthread_key_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dpthread.h120 typedef int pthread_key_t; typedef
189 void* pthread_getspecific(pthread_key_t);
195 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
196 int pthread_key_delete(pthread_key_t);
237 int pthread_setspecific(pthread_key_t, const void*);

Completed in 27 milliseconds