Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_state.c110 pthread_key_create( &_res_key, _res_thread_free ); in _res_init_key()
/bionic/libc/include/
Dpthread.h257 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
/bionic/libc/bionic/
Dstubs.c146 pthread_key_create( &the_key, stubs_state_free ); in __stubs_key_init()
Dpthread.c1676 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)) in pthread_key_create() function