Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__mutex/
HDonce_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&) = delete; argument
70 friend void call_once(once_flag&, _Callable&&, _Args&&...); argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDThreading.h57 typedef std::once_flag once_flag; typedef
68 struct once_flag { struct
80 /// static once_flag flag; argument
/freebsd-13-stable/lib/libstdthreads/
HDthreads.h51 } once_flag; typedef
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDataFileCache.cpp24 static llvm::once_flag once_flag; in GetLLDBIndexCachePolicy() local
/freebsd-13-stable/usr.bin/fetch/
HDfetch.c75 static int once_flag; /* -1: stop at first successful file */ variable