/external/cronet/tot/third_party/libc++/src/include/__cxx03/__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
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__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
|
/external/cronet/stable/third_party/libc++/src/include/__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
|
/external/cronet/tot/third_party/libc++/src/include/__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
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Threading.h | 88 typedef std::once_flag once_flag; typedef 99 struct once_flag { struct 111 /// static once_flag flag; argument
|
/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;
|
/external/swiftshader/third_party/llvm-16.0/llvm/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
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Threading.h | 61 typedef std::once_flag once_flag; typedef 70 typedef volatile sys::cas_flag once_flag; typedef
|
/external/llvm/include/llvm/Support/ |
D | Threading.h | 61 typedef std::once_flag once_flag; typedef 70 typedef volatile sys::cas_flag once_flag; typedef
|
/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;
|
/external/openscreen/third_party/abseil/src/absl/base/ |
D | call_once.h | 46 class once_flag; variable 87 constexpr once_flag() : control_(0) {} in once_flag() function
|
/external/cronet/stable/third_party/abseil-cpp/absl/base/ |
D | call_once.h | 47 class once_flag; variable 89 constexpr once_flag() : control_(0) {} in once_flag() function
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | call_once.h | 48 class once_flag; variable 90 constexpr once_flag() : control_(0) {} in once_flag() function
|
/external/abseil-cpp/absl/base/ |
D | call_once.h | 47 class once_flag; variable 89 constexpr once_flag() : control_(0) {} in once_flag() function
|
/external/cronet/tot/third_party/abseil-cpp/absl/base/ |
D | call_once.h | 47 class once_flag; variable 89 constexpr once_flag() : control_(0) {} in once_flag() function
|
/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
|
/external/llvm-libc/include/llvm-libc-types/ |
D | once_flag.h | 15 typedef __futex_word once_flag; typedef
|
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/ |
D | once_flag.h | 15 typedef __futex_word once_flag; typedef
|
/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/ |
D | once_flag.h | 15 typedef __futex_word once_flag; typedef
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once.h | 43 using once_flag = std::once_flag; variable
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/ |
D | once.h | 43 using once_flag = std::once_flag; variable
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/ |
D | once.h | 43 using once_flag = std::once_flag; variable
|
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | once_flag.hpp | 32 struct once_flag struct
|
/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_8943.cpp | 37 boost::once_flag once_flag = BOOST_ONCE_INIT; in _tmain() local
|