HomeSort by relevance Sort by last modified time
    Searched refs:once_flag (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.onceflag/
assign.fail.cpp 12 // struct once_flag;
14 // once_flag& operator=(const once_flag&) = delete;
20 std::once_flag f;
21 std::once_flag f2;
copy.fail.cpp 12 // struct once_flag;
14 // once_flag(const once_flag&) = delete;
20 std::once_flag f;
21 std::once_flag f2(f);
default.pass.cpp 12 // struct once_flag;
14 // constexpr once_flag() noexcept;
22 std::once_flag f;
27 constexpr std::once_flag f;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.once/thread.once.onceflag/
assign.fail.cpp 12 // struct once_flag;
14 // once_flag& operator=(const once_flag&) = delete;
20 std::once_flag f;
21 std::once_flag f2;
copy.fail.cpp 12 // struct once_flag;
14 // once_flag(const once_flag&) = delete;
20 std::once_flag f;
21 std::once_flag f2(f);
default.pass.cpp 12 // struct once_flag;
14 // constexpr once_flag() noexcept;
22 std::once_flag f;
26 constexpr std::once_flag f;
  /external/llvm/include/llvm/Support/
Threading.h 61 typedef std::once_flag once_flag; typedef in namespace:llvm
65 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag
70 typedef volatile sys::cas_flag once_flag; typedef in namespace:llvm
74 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag = Uninitialized
91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Threading.h 61 typedef std::once_flag once_flag; typedef in namespace:llvm
65 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag
70 typedef volatile sys::cas_flag once_flag; typedef in namespace:llvm
74 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag = Uninitialized
91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
race.pass.cpp 14 // struct once_flag;
17 // void call_once(once_flag& flag, Callable&& func, Args&&... args);
27 std::once_flag flg0;
call_once.pass.cpp 14 // struct once_flag;
17 // void call_once(once_flag& flag, Callable&& func, Args&&... args);
27 std::once_flag flg0;
42 std::once_flag flg3;
80 std::once_flag flg1;
96 std::once_flag flg2;
106 std::once_flag flg41;
107 std::once_flag flg42;
238 std::once_flag f;
243 std::once_flag f
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Threading.h 69 typedef std::once_flag once_flag; typedef in namespace:llvm
75 /// \brief The llvm::once_flag structure
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
79 /// autoinitialization and behave like std::once_flag.
80 struct once_flag { struct in namespace:llvm
92 /// static once_flag flag;
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
race.pass.cpp 14 // struct once_flag;
17 // void call_once(once_flag& flag, Callable&& func, Args&&... args);
27 std::once_flag flg0;

Completed in 1312 milliseconds

1 2 3 4