/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__mutex/ |
D | once_flag.h | 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() 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/ |
D | once_flag.h | 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() 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/ |
D | once_flag.h | 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&) = 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/ |
D | once_flag.h | 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&) = 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/ |
D | once_flag.h | 30 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 D | once_flag.h | 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() 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/ |
D | once_atomic.hpp | 57 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;
|
D | once.hpp | 60 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/ |
D | once.hpp | 51 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 D | Threading.h | 88 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 D | Threading.h | 57 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/ |
D | Threading.h | 57 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/ |
D | Threading.h | 57 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/ |
D | Threading.h | 57 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/ |
D | Threading.h | 57 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 D | Threading.h | 61 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 D | Threading.h | 61 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 D | call_once.h | 47 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 D | call_once.h | 46 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 D | call_once.h | 46 class once_flag; variable 87 constexpr once_flag() : control_(0) {} in once_flag() function
|
/aosp_15_r20/external/abseil-cpp/absl/base/ |
H A D | call_once.h | 47 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/ |
D | call_once.h | 46 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 D | call_once.h | 47 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 D | call_once.h | 46 class once_flag; variable 87 constexpr once_flag() : control_(0) {} in once_flag() function
|
/aosp_15_r20/external/mesa3d/src/c11/ |
H A D | threads.h | 113 } once_flag; typedef 121 typedef pthread_once_t once_flag; typedef
|