Searched refs:once_flag (Results 1 – 5 of 5) sorted by relevance
49 TYPE(once_flag); in threads_h()54 FUNCTION(call_once, void (*f)(once_flag*, void (*)(void))); in threads_h()
59 typedef pthread_once_t once_flag; typedef85 void call_once(once_flag* _Nonnull __flag, void (* _Nonnull __function)(void)) __INTRODUCED_IN(30);
199 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_;
51 __BIONIC_THREADS_INLINE void call_once(once_flag* _Nonnull __flag, in call_once()
71 once_flag flag = ONCE_FLAG_INIT; in TEST()