Searched refs:pthread_key_create (Results 1 - 6 of 6) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp23 TEST(pthread, pthread_key_create) {
25 ASSERT_EQ(0, pthread_key_create(&key, NULL));
/bionic/libc/bionic/
H A DThreadLocalBuffer.h46 pthread_key_create(&name ## _key, name ## _key_destroy); \
H A Dstubs.cpp131 pthread_key_create(&stubs_key, stubs_state_free);
H A Dpthread.c1817 * when pthread_key_create() is called, it finds the first free key in the
1915 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)) function
2060 /* because the destructor is free to call pthread_key_create
/bionic/libc/netbsd/resolv/
H A Dres_state.c110 pthread_key_create( &_res_key, _res_thread_free );
/bionic/libc/include/
H A Dpthread.h261 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));

Completed in 71 milliseconds