Home
last modified time | relevance | path

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

/bionic/libc/private/
DThreadLocalBuffer.h48 pthread_key_create(&__bionic_tls_ ## name ## _key, __bionic_tls_ ## name ## _key_destroy); \
/bionic/tests/
Dpthread_test.cpp24 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/
Dres_state.c110 pthread_key_create( &_res_key, _res_thread_free ); in _res_init_key()
/bionic/libc/bionic/
Dpthread_key.cpp196 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create() function
Dstubs.cpp128 pthread_key_create(&stubs_key, stubs_state_free); in __stubs_key_init()
/bionic/libc/include/
Dpthread.h261 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));