HomeSort by relevance Sort by last modified time
    Searched full:call_once (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /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/skia/include/private/
SkOnce.h 15 // SkOnce provides call-once guarantees for Skia, much like std::once_flag/std::call_once().
  /external/skqp/include/private/
SkOnce.h 15 // SkOnce provides call-once guarantees for Skia, much like std::once_flag/std::call_once().
  /external/libcxx/include/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
mutex 182 void call_once(once_flag& flag, Callable&& func, Args&&... args);
477 void call_once(once_flag&, _Callable&&, _Args&&...);
483 void call_once(once_flag&, _Callable&);
487 void call_once(once_flag&, const _Callable&);
506 void call_once(once_flag&, _Callable&&, _Args&&...);
510 void call_once(once_flag&, _Callable&);
514 void call_once(once_flag&, const _Callable&);
578 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
594 call_once(once_flag& __flag, _Callable& __func)
606 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
mutex 182 void call_once(once_flag& flag, Callable&& func, Args&&... args);
477 void call_once(once_flag&, _Callable&&, _Args&&...);
483 void call_once(once_flag&, _Callable&);
487 void call_once(once_flag&, const _Callable&);
506 void call_once(once_flag&, _Callable&&, _Args&&...);
510 void call_once(once_flag&, _Callable&);
514 void call_once(once_flag&, const _Callable&);
578 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
594 call_once(once_flag& __flag, _Callable& __func)
606 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
mutex 184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
587 void call_once(once_flag&, _Callable&&, _Args&&...);
591 void call_once(once_flag&, _Callable&);
595 void call_once(once_flag&, const _Callable&);
659 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
675 call_once(once_flag& __flag, _Callable& __func)
687 call_once(once_flag& __flag, const _Callable& __func
    [all...]
  /external/llvm/include/llvm/
PassSupport.h 46 llvm::call_once(Initialize##passName##PassFlag, \
66 llvm::call_once(Initialize##passName##PassFlag, \
157 llvm::call_once(Initialize##agName##AnalysisGroupFlag, \
178 llvm::call_once(Initialize##passName##PassFlag, \
199 llvm::call_once(Initialize##passName##PassFlag, \
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassSupport.h 46 llvm::call_once(Initialize##passName##PassFlag, \
66 llvm::call_once(Initialize##passName##PassFlag, \
157 llvm::call_once(Initialize##agName##AnalysisGroupFlag, \
178 llvm::call_once(Initialize##passName##PassFlag, \
199 llvm::call_once(Initialize##passName##PassFlag, \
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/
PassSupport.h 44 llvm::call_once(Initialize##passName##PassFlag, \
64 llvm::call_once(Initialize##passName##PassFlag, \
147 llvm::call_once(Initialize##agName##AnalysisGroupFlag, \
168 llvm::call_once(Initialize##passName##PassFlag, \
189 llvm::call_once(Initialize##passName##PassFlag, \
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/
PassSupport.h 44 llvm::call_once(Initialize##passName##PassFlag, \
64 llvm::call_once(Initialize##passName##PassFlag, \
147 llvm::call_once(Initialize##agName##AnalysisGroupFlag, \
168 llvm::call_once(Initialize##passName##PassFlag, \
189 llvm::call_once(Initialize##passName##PassFlag, \
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/
PassSupport.h 44 llvm::call_once(Initialize##passName##PassFlag, \
64 llvm::call_once(Initialize##passName##PassFlag, \
145 llvm::call_once(Initialize##agName##AnalysisGroupFlag, \
166 llvm::call_once(Initialize##passName##PassFlag, \
187 llvm::call_once(Initialize##passName##PassFlag, \

Completed in 3094 milliseconds

12 3 4 5