HomeSort by relevance Sort by last modified time
    Searched defs:call_once (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Support/
Threading.h 23 // We use std::call_once on all Unix platforms except for NetBSD with
64 /// call_once.
73 /// call_once.
85 /// call_once(flag, foo);
91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
93 std::call_once(flag, std::forward<Function>(F),
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Threading.h 23 // std::call_once from libc++ is used on all Unix platforms. Other
64 /// call_once.
73 /// call_once.
85 /// call_once(flag, foo);
91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
93 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Threading.h 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum
31 // std::call_once from libc++ is used on all Unix platforms. Other
77 /// This type is modeled after std::once_flag to use with llvm::call_once.
93 /// call_once(flag, foo);
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm
101 std::call_once(flag, std::forward<Function>(F),
  /external/mesa3d/include/c11/
threads_posix.h 94 call_once(once_flag *flag, void (*func)(void)) function
threads_win32.h 297 call_once(once_flag *flag, void (*func)(void)) function

Completed in 489 milliseconds