Home
last modified time | relevance | path

Searched defs:packaged_task (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/fiber/future/
Dpackaged_task.hpp30 class packaged_task< R( Args ... ) > { class
43 explicit packaged_task( Fn && fn) : in packaged_task() function in boost::fibers::packaged_task
52 explicit packaged_task( std::allocator_arg_t, Allocator const& alloc, Fn && fn) { in packaged_task() function in boost::fibers::packaged_task
82 packaged_task( packaged_task && other) noexcept : in packaged_task() function in boost::fibers::packaged_task
/third_party/boost/boost/thread/
Dfuture.hpp3505 class packaged_task<R(ArgTypes...)> class
3530 packaged_task(): function in boost::packaged_task
3539 explicit packaged_task(R(*f)(), BOOST_THREAD_FWD_REF(ArgTypes)... args) function in boost::packaged_task
3547 explicit packaged_task(R(*f)()) function in boost::packaged_task
3556 explicit packaged_task(R(*f)()) function in boost::packaged_task
3567 explicit packaged_task(BOOST_THREAD_FWD_REF(F) f function in boost::packaged_task
3568 … , typename boost::disable_if<is_same<typename decay<F>::type, packaged_task>, dummy* >::type=0 argument
3588 explicit packaged_task(F const& f function in boost::packaged_task
3589 … , typename boost::disable_if<is_same<typename decay<F>::type, packaged_task>, dummy* >::type=0 argument
3605 explicit packaged_task(BOOST_THREAD_RV_REF(F) f) function in boost::packaged_task
[all …]
/third_party/boost/libs/thread/test/
Dtest_time_jumps.cpp141 typedef boost::packaged_task<bool> packaged_task; typedef
228 typedef std::packaged_task<bool()> packaged_task; typedef