Home
last modified time | relevance | path

Searched refs:pthread_setspecific (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_state.c117 pthread_setspecific( _res_key, rt ); in _res_thread_get()
131 pthread_setspecific( _res_key, rt ); in _res_thread_get()
/bionic/libc/include/
Dpthread.h192 int pthread_setspecific(pthread_key_t key, const void *value);
/bionic/libc/bionic/
Dstubs.c89 if ( pthread_setspecific(the_key, s) != 0 ) { in __stubs_state()
Dpthread.c1435 int pthread_setspecific(pthread_key_t key, const void *ptr) in pthread_setspecific() function