Home
last modified time | relevance | path

Searched refs:decay_copy (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/thread/pthread/
Donce_atomic.hpp128 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
129 thread_detail::decay_copy(boost::forward<ArgTypes>(args))... in call_once()
245 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
246 thread_detail::decay_copy(boost::forward<T1>(p1)) in call_once()
266 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
267 thread_detail::decay_copy(boost::forward<T1>(p1)), in call_once()
268 thread_detail::decay_copy(boost::forward<T1>(p2)) in call_once()
288 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
289 thread_detail::decay_copy(boost::forward<T1>(p1)), in call_once()
290 thread_detail::decay_copy(boost::forward<T1>(p2)), in call_once()
[all …]
Donce.hpp146 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
147 thread_detail::decay_copy(boost::forward<ArgTypes>(args))... in call_once()
413 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
414 thread_detail::decay_copy(boost::forward<T1>(p1)) in call_once()
459 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
460 thread_detail::decay_copy(boost::forward<T1>(p1)), in call_once()
461 thread_detail::decay_copy(boost::forward<T1>(p2)) in call_once()
507 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
508 thread_detail::decay_copy(boost::forward<T1>(p1)), in call_once()
509 thread_detail::decay_copy(boost::forward<T1>(p2)), in call_once()
[all …]
/third_party/boost/boost/thread/win32/
Donce.hpp329 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
330 thread_detail::decay_copy(boost::forward<A>(a)), in call_once()
331 thread_detail::decay_copy(boost::forward<ArgTypes>(args))... in call_once()
769 thread_detail::decay_copy(boost::forward<T1>(p1)) in call_once()
814 thread_detail::decay_copy(boost::forward<T1>(p1)), in call_once()
815 thread_detail::decay_copy(boost::forward<T2>(p2)) in call_once()
860 thread_detail::decay_copy(boost::forward<T1>(p1)), in call_once()
861 thread_detail::decay_copy(boost::forward<T2>(p2)), in call_once()
862 thread_detail::decay_copy(boost::forward<T3>(p3)) in call_once()
952 thread_detail::decay_copy(boost::forward<Function>(f)), in call_once()
[all …]
/third_party/boost/libs/thread/doc/
Donce.qbk58 …the `ArgTypes` are `MoveConstructible` and `invoke(decay_copy(boost::forward<Function>(f)), decay_…
61 …rgument `func` is called as-if by invoking `invoke(decay_copy(boost::forward<Function>(f)), decay_…
62 `call_once` is effective if and only if `invoke(decay_copy(boost::forward<Function>(f)), decay_copy
Dfuture_ref.qbk2087 [section:decay_copy Non-member function `decay_copy()`]
2089 typename decay<T>::type decay_copy(T&& v)
2118 decay_copy(boost::forward<F>(f))()
2132decay_copy(boost::forward<F>(f))()` as if in a new thread of execution represented by a thread obj…
2134decay_copy(boost::forward<F>(f))` in the shared state. This copy of `f` constitute a deferred func…
2195 invoke (decay_copy (boost::forward<F>(f)), decay_copy (boost::forward<Args>(args))...)
2208 …- if `policy & launch::async` is non-zero - calls `invoke(decay_copy(forward<F>(f)), decay_copy (f…
2209 …as if in a new thread of execution represented by a thread object with the calls to `decay_copy()`…
2211 …ny exception propagated from the execution of `invoke(decay_copy(boost::forward<F>(f)), decay_copy
2215 …- if `policy & launch::deferred` is non-zero - Stores `decay_copy(forward<F>(f))` and `decay_copy(…
[all …]
Dcompliance.qbk31 [[30.2.6] [decay_copy] [-] [-] [-]]
/third_party/boost/boost/thread/detail/
Dthread.hpp267 thread_info(make_thread_info(thread_detail::decay_copy(boost::forward<F>(f)))) in thread()
275 thread_info(make_thread_info(thread_detail::decay_copy(boost::forward<F>(f)))) in thread()
373 thread_detail::decay_copy(boost::forward<F>(f)), in thread()
374 thread_detail::decay_copy(boost::forward<Arg>(arg)), in thread()
375 thread_detail::decay_copy(boost::forward<Args>(args))...) in thread()
384 thread_detail::decay_copy(boost::forward<F>(f)), in thread()
385 thread_detail::decay_copy(boost::forward<Arg>(arg)), in thread()
386 thread_detail::decay_copy(boost::forward<Args>(args))...) in thread()
Dnullary_function.hpp86 impl(new impl_type<typename decay<F>::type>(thread_detail::decay_copy(boost::forward<F>(f)))) in nullary_function()
189 impl(new impl_type<typename decay<F>::type>(thread_detail::decay_copy(boost::forward<F>(f)))) in nullary_function()
Dmove.hpp355 decay_copy(T&& t) in decay_copy() function
369 decay_copy(BOOST_THREAD_FWD_REF(T) t) in decay_copy() function
/third_party/boost/boost/coroutine2/detail/
Ddecay_copy.hpp26 decay_copy( T && t) { in decay_copy() function
/third_party/boost/boost/fiber/detail/
Ddecay_copy.hpp26 decay_copy( T && t) { in decay_copy() function
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Ddecay.hpp.txt34 …55](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3255.html) - Proposal for `decay_copy`
/third_party/boost/boost/thread/
Dfuture.hpp3877 , thread_detail::decay_copy(boost::forward<ArgTypes>(args))...
3884 , thread_detail::decay_copy(boost::forward<ArgTypes>(args))...
3937 thread_detail::decay_copy(boost::forward<F>(f))
3938 , thread_detail::decay_copy(boost::forward<ArgTypes>(args))...
3944 thread_detail::decay_copy(boost::forward<F>(f))
3945 , thread_detail::decay_copy(boost::forward<ArgTypes>(args))...
4163 , thread_detail::decay_copy(boost::forward<ArgTypes>(args))...
4179 thread_detail::decay_copy(boost::forward<F>(f))
4180 , thread_detail::decay_copy(boost::forward<ArgTypes>(args))...
4212 , thread_detail::decay_copy(boost::forward<A1>(a1))
[all …]