Searched refs:pthread_once (Results 1 – 24 of 24) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_once.cpp | 41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { in pthread_once() function
|
D | NetdClient.cpp | 71 if (pthread_once(&netdClientInitOnce, netdClientInitImpl)) { in netdClientInit()
|
D | locale.cpp | 131 pthread_once(&g_locale_once, __locale_init); in localeconv()
|
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 60 pthread_once(&once, NoOpPthreadOnceInitFunction); in BM_pthread_once() 63 pthread_once(&once, NoOpPthreadOnceInitFunction); in BM_pthread_once()
|
/bionic/libc/malloc_debug/ |
D | UnwindBacktrace.cpp | 69 pthread_once(&g_setup_once, Setup); in Unwind()
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 53 pthread_once(__flag, __function); in call_once()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_076.S | 308 CALL(pthread_once) 366 GOT_RELOC(pthread_once)
|
D | liblinker_reloc_bench_132.S | 495 CALL(pthread_once)
|
D | liblinker_reloc_bench_095.S | 135 .weak pthread_once 136 CALL(pthread_once)
|
D | liblinker_reloc_bench_135.S | 553 .weak pthread_once 554 CALL(pthread_once)
|
D | liblinker_reloc_bench_006.S | 732 CALL(pthread_once)
|
D | liblinker_reloc_bench_133.S | 897 CALL(pthread_once)
|
D | liblinker_reloc_bench_102.S | 999 .weak pthread_once 1000 CALL(pthread_once)
|
D | liblinker_reloc_bench_029.S | 2208 CALL(pthread_once)
|
D | liblinker_reloc_bench_025.S | 647 CALL(pthread_once)
|
D | liblinker_reloc_bench_113.S | 2203 CALL(pthread_once)
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 1698 pthread_once(&_res_cache_once, _res_cache_init); in _resolv_cache_lookup() 1900 pthread_once(&_res_cache_once, _res_cache_init); in _resolv_flush_cache_for_net() 1923 pthread_once(&_res_cache_once, _res_cache_init); in _resolv_delete_cache_for_net() 2036 pthread_once(&_res_cache_once, _res_cache_init); in _resolv_set_nameservers_for_net() 2172 pthread_once(&_res_cache_once, _res_cache_init); in _resolv_populate_res_for_net()
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 178 FUNCTION(pthread_once, int (*f)(pthread_once_t*, void (*)(void))); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 227 int pthread_once(pthread_once_t* __once, void (*__init_routine)(void));
|
/bionic/libc/tools/ |
D | posix-2013.txt | 789 pthread_once
|
/bionic/tests/ |
D | pthread_test.cpp | 1350 ASSERT_EQ(0, pthread_once(&once_control, OnceFn)); in TEST() 1351 ASSERT_EQ(0, pthread_once(&once_control, OnceFn)); in TEST() 1364 pthread_once(&once_control_2, &Routine2); in Routine1() 1371 ASSERT_EQ(0, pthread_once(&once_control_1, &Routine1)); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 809 pthread_once;
|
/bionic/libc/ |
D | libc.map.txt | 809 pthread_once;
|
D | Android.bp | 1258 "bionic/pthread_once.cpp",
|