Home
last modified time | relevance | path

Searched refs:once_flag (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/headers/posix/
Dthreads_h.c49 TYPE(once_flag); in threads_h()
54 FUNCTION(call_once, void (*f)(once_flag*, void (*)(void))); in threads_h()
/bionic/libc/include/
Dthreads.h59 typedef pthread_once_t once_flag; typedef
85 void call_once(once_flag* _Nonnull __flag, void (* _Nonnull __function)(void)) __INTRODUCED_IN(30);
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp199 static std::once_flag jmp_data_key_flag_;
202 static std::once_flag log_start_time_flag_;
206 std::once_flag LogReader::jmp_data_key_flag_;
209 std::once_flag LogReader::log_start_time_flag_;
/bionic/libc/include/bits/
Dthreads_inlines.h51 __BIONIC_THREADS_INLINE void call_once(once_flag* _Nonnull __flag, in call_once()
/bionic/tests/
Dthreads_test.cpp71 once_flag flag = ONCE_FLAG_INIT; in TEST()