Searched defs:once_flag (Results 1 – 8 of 8) sorted by relevance
33 struct _LIBCPP_TEMPLATE_VIS once_flag; variable 50 struct _LIBCPP_TEMPLATE_VIS once_flag { struct 51 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR once_flag() _NOEXCEPT : __state_(_Unset) {} in once_flag() argument 53 once_flag& operator=(const once_flag argument 70 _Completeonce_flag global() argument [all...]
57 typedef std::once_flag once_flag; global() typedef 68 struct once_flag { global() struct 80 statusonce_flag global() argument
15 typedef __futex_word once_flag; typedef
5 } once_flag; typedef
6 } once_flag; typedef
35 } once_flag; typedef39 } once_flag; typedef
196 static FutexWordType once_flag; global() variable
24 static llvm::once_flag once_flag; in GetLLDBIndexCachePolicy() local