Home
last modified time | relevance | path

Searched refs:pthread_setspecific (Results 1 – 25 of 34) sorted by relevance

12

/bionic/libc/malloc_debug/
Ddebug_disable.cpp50 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()
DRecordData.cpp111 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/
Dres_state.c118 pthread_setspecific( _res_key, rt ); in _res_thread_get()
132 pthread_setspecific( _res_key, NULL ); in _res_thread_get()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_105.S77 CALL(pthread_setspecific)
Dliblinker_reloc_bench_076.S329 CALL(pthread_setspecific)
368 GOT_RELOC(pthread_setspecific)
Dliblinker_reloc_bench_132.S499 CALL(pthread_setspecific)
Dliblinker_reloc_bench_021.S356 CALL(pthread_setspecific)
Dliblinker_reloc_bench_066.S448 CALL(pthread_setspecific)
Dliblinker_reloc_bench_006.S645 CALL(pthread_setspecific)
Dliblinker_reloc_bench_133.S901 CALL(pthread_setspecific)
Dliblinker_reloc_bench_029.S2210 CALL(pthread_setspecific)
Dliblinker_reloc_bench_012.S2003 CALL(pthread_setspecific)
Dliblinker_reloc_bench_016.S2342 CALL(pthread_setspecific)
Dliblinker_reloc_bench_025.S643 CALL(pthread_setspecific)
Dliblinker_reloc_bench_113.S2202 CALL(pthread_setspecific)
Dliblinker_reloc_bench_111.S6650 CALL(pthread_setspecific)
/bionic/libc/bionic/
Dpthread_key.cpp178 int pthread_setspecific(pthread_key_t key, const void* ptr) { in pthread_setspecific() function
/bionic/libc/include/bits/
Dthreads_inlines.h204 return __bionic_thrd_error(pthread_setspecific(__key, __value)); in tss_set()
/bionic/benchmarks/
Dpthread_benchmark.cpp49 pthread_setspecific(key, nullptr); in BM_pthread_setspecific()
/bionic/tests/headers/posix/
Dpthread_h.c202 FUNCTION(pthread_setspecific, int (*f)(pthread_key_t, const void*)); in pthread_h()
/bionic/libc/include/
Dpthread.h289 int pthread_setspecific(pthread_key_t __key, const void* __value);
/bionic/tests/
Dpthread_test.cpp83 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/
Dposix-2013.txt809 pthread_setspecific
/bionic/tools/versioner/platforms/
Dlibc.map.txt828 pthread_setspecific;
/bionic/libc/
Dlibc.map.txt828 pthread_setspecific;

12