Home
last modified time | relevance | path

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

/freebsd/contrib/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() function
53 once_flag& operator=(const once_flag&) = delete; argument
70 friend void call_once(once_flag&, _Callable&&, _Args&&...); argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h57 typedef std::once_flag once_flag; typedef
68 struct once_flag { struct
80 /// static once_flag flag; argument
/freebsd/lib/libstdthreads/
H A Dthreads.h51 } once_flag; typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp24 static llvm::once_flag once_flag; in GetLLDBIndexCachePolicy() local
/freebsd/usr.bin/fetch/
H A Dfetch.c74 static int once_flag; /* -1: stop at first successful file */ variable