HomeSort by relevance Sort by last modified time
    Searched full:_callable (Results 1 - 25 of 33) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
thread 105 template<typename _Callable>
108 _Callable _M_func;
110 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
127 template<typename _Callable>
128 explicit thread(_Callable __f)
129 { _M_start_thread(_M_make_routine<_Callable>(__f)); }
131 template<typename _Callable, typename... _Args>
132 thread(_Callable&& __f, _Args&&... __args)
184 template<typename _Callable>
    [all...]
mutex 714 template<typename _Callable, typename... _Args>
716 call_once(once_flag& __once, _Callable __f, _Args&&... __args);
723 template<typename _Callable>
727 (*(_Callable*)__once_callable)();
742 template<typename _Callable, typename... _Args>
744 call_once(once_flag& __once, _Callable __f, _Args&&... __args)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
thread 105 template<typename _Callable>
108 _Callable _M_func;
110 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
127 template<typename _Callable>
128 explicit thread(_Callable __f)
129 { _M_start_thread(_M_make_routine<_Callable>(__f)); }
131 template<typename _Callable, typename... _Args>
132 thread(_Callable&& __f, _Args&&... __args)
184 template<typename _Callable>
    [all...]
mutex 714 template<typename _Callable, typename... _Args>
716 call_once(once_flag& __once, _Callable __f, _Args&&... __args);
723 template<typename _Callable>
727 (*(_Callable*)__once_callable)();
742 template<typename _Callable, typename... _Args>
744 call_once(once_flag& __once, _Callable __f, _Args&&... __args)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
thread 105 template<typename _Callable>
108 _Callable _M_func;
110 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
127 template<typename _Callable>
128 explicit thread(_Callable __f)
129 { _M_start_thread(_M_make_routine<_Callable>(__f)); }
131 template<typename _Callable, typename... _Args>
132 thread(_Callable&& __f, _Args&&... __args)
184 template<typename _Callable>
    [all...]
mutex 714 template<typename _Callable, typename... _Args>
716 call_once(once_flag& __once, _Callable __f, _Args&&... __args);
723 template<typename _Callable>
727 (*(_Callable*)__once_callable)();
742 template<typename _Callable, typename... _Args>
744 call_once(once_flag& __once, _Callable __f, _Args&&... __args)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
thread 105 template<typename _Callable>
108 _Callable _M_func;
110 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
127 template<typename _Callable>
128 explicit thread(_Callable __f)
129 { _M_start_thread(_M_make_routine<_Callable>(__f)); }
131 template<typename _Callable, typename... _Args>
132 thread(_Callable&& __f, _Args&&... __args)
184 template<typename _Callable>
    [all...]
mutex 714 template<typename _Callable, typename... _Args>
716 call_once(once_flag& __once, _Callable __f, _Args&&... __args);
723 template<typename _Callable>
727 (*(_Callable*)__once_callable)();
742 template<typename _Callable, typename... _Args>
744 call_once(once_flag& __once, _Callable __f, _Args&&... __args)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
thread 105 template<typename _Callable>
108 _Callable _M_func;
110 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
127 template<typename _Callable>
128 explicit thread(_Callable __f)
129 { _M_start_thread(_M_make_routine<_Callable>(__f)); }
131 template<typename _Callable, typename... _Args>
132 thread(_Callable&& __f, _Args&&... __args)
184 template<typename _Callable>
    [all...]
mutex 714 template<typename _Callable, typename... _Args>
716 call_once(once_flag& __once, _Callable __f, _Args&&... __args);
723 template<typename _Callable>
727 (*(_Callable*)__once_callable)();
742 template<typename _Callable, typename... _Args>
744 call_once(once_flag& __once, _Callable __f, _Args&&... __args)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
thread 108 template<typename _Callable>
111 _Callable _M_func;
113 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
131 template<typename _Callable, typename... _Args>
133 thread(_Callable&& __f, _Args&&... __args)
136 std::forward<_Callable>(__f),
189 template<typename _Callable>
190 shared_ptr<_Impl<_Callable>>
191 _M_make_routine(_Callable&& __f
    [all...]
mutex 767 template<typename _Callable, typename... _Args>
769 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);
776 template<typename _Callable>
780 (*(_Callable*)__once_callable)();
795 template<typename _Callable, typename... _Args>
797 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args)
800 auto __bound_functor = std::bind<void>(std::forward<_Callable>(__f),
806 __once_functor = std::bind<void>(std::forward<_Callable>(__f),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
thread 108 template<typename _Callable>
111 _Callable _M_func;
113 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
131 template<typename _Callable, typename... _Args>
133 thread(_Callable&& __f, _Args&&... __args)
136 std::forward<_Callable>(__f),
189 template<typename _Callable>
190 shared_ptr<_Impl<_Callable>>
191 _M_make_routine(_Callable&& __f
    [all...]
mutex 767 template<typename _Callable, typename... _Args>
769 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);
776 template<typename _Callable>
780 (*(_Callable*)__once_callable)();
795 template<typename _Callable, typename... _Args>
797 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args)
800 auto __bound_functor = std::bind<void>(std::forward<_Callable>(__f),
806 __once_functor = std::bind<void>(std::forward<_Callable>(__f),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
thread 108 template<typename _Callable>
111 _Callable _M_func;
113 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
131 template<typename _Callable, typename... _Args>
133 thread(_Callable&& __f, _Args&&... __args)
136 std::forward<_Callable>(__f),
189 template<typename _Callable>
190 shared_ptr<_Impl<_Callable>>
191 _M_make_routine(_Callable&& __f
    [all...]
mutex 767 template<typename _Callable, typename... _Args>
769 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);
776 template<typename _Callable>
780 (*(_Callable*)__once_callable)();
795 template<typename _Callable, typename... _Args>
797 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args)
800 auto __bound_functor = std::bind<void>(std::forward<_Callable>(__f),
806 __once_functor = std::bind<void>(std::forward<_Callable>(__f),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
thread 106 template<typename _Callable>
109 _Callable _M_func;
111 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
129 template<typename _Callable, typename... _Args>
131 thread(_Callable&& __f, _Args&&... __args)
134 std::forward<_Callable>(__f),
186 template<typename _Callable>
187 shared_ptr<_Impl<_Callable>>
188 _M_make_routine(_Callable&& __f
    [all...]
mutex 774 template<typename _Callable, typename... _Args>
776 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);
783 template<typename _Callable>
787 (*(_Callable*)__once_callable)();
802 template<typename _Callable, typename... _Args>
804 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args)
807 auto __bound_functor = std::__bind_simple(std::forward<_Callable>(__f),
813 auto __callable = std::__bind_simple(std::forward<_Callable>(__f),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
thread 108 template<typename _Callable>
111 _Callable _M_func;
113 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
131 template<typename _Callable, typename... _Args>
133 thread(_Callable&& __f, _Args&&... __args)
136 std::forward<_Callable>(__f),
189 template<typename _Callable>
190 shared_ptr<_Impl<_Callable>>
191 _M_make_routine(_Callable&& __f
    [all...]
mutex 767 template<typename _Callable, typename... _Args>
769 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);
776 template<typename _Callable>
780 (*(_Callable*)__once_callable)();
795 template<typename _Callable, typename... _Args>
797 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args)
800 auto __bound_functor = std::bind<void>(std::forward<_Callable>(__f),
806 __once_functor = std::bind<void>(std::forward<_Callable>(__f),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
thread 106 template<typename _Callable>
109 _Callable _M_func;
111 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
129 template<typename _Callable, typename... _Args>
131 thread(_Callable&& __f, _Args&&... __args)
134 std::forward<_Callable>(__f),
186 template<typename _Callable>
187 shared_ptr<_Impl<_Callable>>
188 _M_make_routine(_Callable&& __f
    [all...]
mutex 774 template<typename _Callable, typename... _Args>
776 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);
783 template<typename _Callable>
787 (*(_Callable*)__once_callable)();
802 template<typename _Callable, typename... _Args>
804 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args)
807 auto __bound_functor = std::__bind_simple(std::forward<_Callable>(__f),
813 auto __callable = std::__bind_simple(std::forward<_Callable>(__f),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
thread 106 template<typename _Callable>
109 _Callable _M_func;
111 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f))
131 template<typename _Callable, typename... _Args>
133 thread(_Callable&& __f, _Args&&... __args)
136 std::forward<_Callable>(__f),
188 template<typename _Callable>
189 shared_ptr<_Impl<_Callable>>
190 _M_make_routine(_Callable&& __f
    [all...]
mutex 738 template<typename _Callable, typename... _Args>
740 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);
747 template<typename _Callable>
751 (*(_Callable*)__once_callable)();
766 template<typename _Callable, typename... _Args>
768 call_once(once_flag& __once, _Callable&& __f, _Args&&... __args)
771 auto __bound_functor = std::__bind_simple(std::forward<_Callable>(__f),
777 auto __callable = std::__bind_simple(std::forward<_Callable>(__f),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
mutex 432 template<class _Callable, class... _Args>
434 void call_once(once_flag&, _Callable&&, _Args&&...);
438 template<class _Callable>
440 void call_once(once_flag&, _Callable);
457 template<class _Callable, class... _Args>
459 void call_once(once_flag&, _Callable&&, _Args&&...);
461 template<class _Callable>
463 void call_once(once_flag&, _Callable);
534 template<class _Callable, class... _Args>
537 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args
    [all...]

Completed in 377 milliseconds

1 2