Home
last modified time | relevance | path

Searched refs:call_once (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/
Dthreads_test.cpp67 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/
Dthreads_h.c54 FUNCTION(call_once, void (*f)(once_flag*, void (*)(void))); in threads_h()
/bionic/libc/include/
Dthreads.h85 void call_once(once_flag* _Nonnull __flag, void (* _Nonnull __function)(void)) __INTRODUCED_IN(30);
/bionic/libc/include/bits/
Dthreads_inlines.h51 __BIONIC_THREADS_INLINE void call_once(once_flag* _Nonnull __flag, in call_once() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp75 std::call_once(log_start_time_flag_, []() { in LogReader()
94 std::call_once(jmp_data_key_flag_, []() { in LogReader()
/bionic/tools/versioner/platforms/
Dlibc.map.txt1485 call_once;
/bionic/libc/
Dlibc.map.txt1485 call_once;