Searched refs:pthread_setspecific (Results 1 – 25 of 34) sorted by relevance
12
/bionic/libc/malloc_debug/ |
D | debug_disable.cpp | 50 pthread_setspecific(g_disable_key, nullptr); in DebugDisableInitialize() 61 pthread_setspecific(g_disable_key, reinterpret_cast<void*>(1)); in DebugDisableSet() 63 pthread_setspecific(g_disable_key, nullptr); in DebugDisableSet()
|
D | RecordData.cpp | 111 pthread_setspecific(thread_data->record_data->key(), data); in ThreadKeyDelete() 182 pthread_setspecific(key_, nullptr); in Initialize() 214 pthread_setspecific(key_, thread_data); in AddEntry()
|
/bionic/libc/dns/resolv/ |
D | res_state.c | 118 pthread_setspecific( _res_key, rt ); in _res_thread_get() 132 pthread_setspecific( _res_key, NULL ); in _res_thread_get()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_105.S | 77 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_076.S | 329 CALL(pthread_setspecific) 368 GOT_RELOC(pthread_setspecific)
|
D | liblinker_reloc_bench_132.S | 499 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_021.S | 356 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_066.S | 448 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_006.S | 645 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_133.S | 901 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_029.S | 2210 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_012.S | 2003 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_016.S | 2342 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_025.S | 643 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_113.S | 2202 CALL(pthread_setspecific)
|
D | liblinker_reloc_bench_111.S | 6650 CALL(pthread_setspecific)
|
/bionic/libc/bionic/ |
D | pthread_key.cpp | 178 int pthread_setspecific(pthread_key_t key, const void* ptr) { in pthread_setspecific() function
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 204 return __bionic_thrd_error(pthread_setspecific(__key, __value)); in tss_set()
|
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 49 pthread_setspecific(key, nullptr); in BM_pthread_setspecific()
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 202 FUNCTION(pthread_setspecific, int (*f)(pthread_key_t, const void*)); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 289 int pthread_setspecific(pthread_key_t __key, const void* __value);
|
/bionic/tests/ |
D | pthread_test.cpp | 83 ASSERT_EQ(0, pthread_setspecific(key, reinterpret_cast<void*>(i))); in TEST() 125 ASSERT_EQ(0, pthread_setspecific(key, expected)); in TEST() 131 ASSERT_EQ(EINVAL, pthread_setspecific(key, expected)); in TEST() 138 ASSERT_EQ(0, pthread_setspecific(key, expected)); in TEST() 190 ASSERT_EQ(EINVAL, pthread_setspecific(key, nullptr)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 809 pthread_setspecific
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 828 pthread_setspecific;
|
/bionic/libc/ |
D | libc.map.txt | 828 pthread_setspecific;
|
12