Searched refs:pthread_key_create (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/private/ |
D | ThreadLocalBuffer.h | 48 pthread_key_create(&__bionic_tls_ ## name ## _key, __bionic_tls_ ## name ## _key_destroy); \
|
/bionic/tests/ |
D | pthread_test.cpp | 24 TEST(pthread, pthread_key_create) { in TEST() argument 26 ASSERT_EQ(0, pthread_key_create(&key, NULL)); in TEST() 39 ASSERT_EQ(0, pthread_key_create(&key, NULL)) << i << " of " << sysconf(_SC_THREAD_KEYS_MAX); in TEST() 45 ASSERT_EQ(EAGAIN, pthread_key_create(&key, NULL)); in TEST()
|
/bionic/libc/netbsd/resolv/ |
D | res_state.c | 110 pthread_key_create( &_res_key, _res_thread_free ); in _res_init_key()
|
/bionic/libc/bionic/ |
D | pthread_key.cpp | 196 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create() function
|
D | stubs.cpp | 128 pthread_key_create(&stubs_key, stubs_state_free); in __stubs_key_init()
|
/bionic/libc/include/ |
D | pthread.h | 261 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));
|