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

/bionic/libc/include/
H A Dpthread.h93 typedef int pthread_key_t; typedef
161 void* pthread_getspecific(pthread_key_t);
167 int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));
168 int pthread_key_delete(pthread_key_t);
217 int pthread_setspecific(pthread_key_t, const void*);

Completed in 118 milliseconds