Home
last modified time | relevance | path

Searched defs:once_flag (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h33 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...]
/llvm-project/llvm/include/llvm/Support/
H A DThreading.h57 typedef std::once_flag once_flag; global() typedef
68 struct once_flag { global() struct
80 statusonce_flag global() argument
/llvm-project/libc/include/llvm-libc-types/
H A Donce_flag.h15 typedef __futex_word once_flag; typedef
/llvm-project/clang/test/Analysis/html_diagnostics/relevant_lines/
H A Dsynthesized_body.cpp5 } once_flag; typedef
/llvm-project/clang/test/Analysis/
H A Dmalloc-bodyfarms.cpp6 } once_flag; typedef
H A Dcall_once.cpp35 } once_flag; typedef
39 } once_flag; typedef
/llvm-project/libc/src/sys/auxv/linux/
H A Dgetauxval.cpp196 static FutexWordType once_flag; global() variable
/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp24 static llvm::once_flag once_flag; in GetLLDBIndexCachePolicy() local