Searched refs:call_once (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | threads_test.cpp | 67 TEST(threads, call_once) { in TEST() argument 72 call_once(&flag, increment_call_count); in TEST() 73 call_once(&flag, increment_call_count); in TEST() 75 call_once(&flag, increment_call_count); in TEST()
|
/bionic/tests/headers/posix/ |
D | threads_h.c | 54 FUNCTION(call_once, void (*f)(once_flag*, void (*)(void))); in threads_h()
|
/bionic/libc/include/ |
D | threads.h | 85 void call_once(once_flag* _Nonnull __flag, void (* _Nonnull __function)(void)) __INTRODUCED_IN(30);
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 51 __BIONIC_THREADS_INLINE void call_once(once_flag* _Nonnull __flag, in call_once() function
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 75 std::call_once(log_start_time_flag_, []() { in LogReader() 94 std::call_once(jmp_data_key_flag_, []() { in LogReader()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1485 call_once;
|
/bionic/libc/ |
D | libc.map.txt | 1485 call_once;
|