Home
last modified time | relevance | path

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

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__mutex/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__mutex/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__mutex/
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&) = delete; argument
70 friend void call_once(once_flag&, _Callable&&, _Args&&...); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__mutex/
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&) = delete; argument
70 friend void call_once(once_flag&, _Callable&&, _Args&&...); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__mutex/
Donce_flag.h30 struct _LIBCPP_TEMPLATE_VIS once_flag; variable
47 struct _LIBCPP_TEMPLATE_VIS once_flag { struct
48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR once_flag() _NOEXCEPT : __state_(_Unset) {} in once_flag() argument
50 once_flag& operator=(const once_flag&) = delete; argument
67 friend void call_once(once_flag&, _Callable&&, _Args&&...); argument
/aosp_15_r20/external/cronet/third_party/libc++/src/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Donce_atomic.hpp57 struct once_flag struct
73 #define BOOST_ONCE_INIT boost::once_flag()
85 struct once_flag struct
90 BOOST_THREAD_ATTRIBUTE_MAY_ALIAS thread_detail::atomic_int_type storage;
Donce.hpp60 struct once_flag struct
62 BOOST_THREAD_NO_COPYABLE(once_flag) in BOOST_THREAD_NO_COPYABLE()
67 volatile thread_detail::uintmax_atomic_t epoch;
90 struct once_flag struct
92 volatile thread_detail::uintmax_atomic_t epoch;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Donce.hpp51 struct once_flag struct
53 BOOST_THREAD_NO_COPYABLE(once_flag) in BOOST_THREAD_NO_COPYABLE()
57 long status;
58 long count;
68 struct once_flag struct
70 long status;
71 long count;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DThreading.h88 typedef std::once_flag once_flag; typedef
99 struct once_flag { struct
111 /// static once_flag flag; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DThreading.h57 typedef std::once_flag once_flag; typedef
68 struct once_flag { struct
80 /// static once_flag flag; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DThreading.h57 typedef std::once_flag once_flag; typedef
68 struct once_flag { struct
80 /// static once_flag flag; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DThreading.h57 typedef std::once_flag once_flag; typedef
68 struct once_flag { struct
80 /// static once_flag flag; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DThreading.h57 typedef std::once_flag once_flag; typedef
68 struct once_flag { struct
80 /// static once_flag flag; argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DThreading.h61 typedef std::once_flag once_flag; typedef
70 typedef volatile sys::cas_flag once_flag; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DThreading.h61 typedef std::once_flag once_flag; typedef
70 typedef volatile sys::cas_flag once_flag; typedef
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/
H A Dcall_once.h47 class once_flag; variable
89 constexpr once_flag() : control_(0) {} in once_flag() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/
H A Dcall_once.h46 class once_flag; variable
87 constexpr once_flag() : control_(0) {} in once_flag() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/
H A Dcall_once.h46 class once_flag; variable
87 constexpr once_flag() : control_(0) {} in once_flag() function
/aosp_15_r20/external/abseil-cpp/absl/base/
H A Dcall_once.h47 class once_flag; variable
89 constexpr once_flag() : control_(0) {} in once_flag() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dcall_once.h46 class once_flag; variable
87 constexpr once_flag() : control_(0) {} in once_flag() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/
H A Dcall_once.h47 class once_flag; variable
89 constexpr once_flag() : control_(0) {} in once_flag() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/
H A Dcall_once.h46 class once_flag; variable
87 constexpr once_flag() : control_(0) {} in once_flag() function
/aosp_15_r20/external/mesa3d/src/c11/
H A Dthreads.h113 } once_flag; typedef
121 typedef pthread_once_t once_flag; typedef

1234