Searched defs:packaged_task (Results 1 – 3 of 3) sorted by relevance
3505 class packaged_task<R(ArgTypes...)> class3530 packaged_task(): function in boost::packaged_task3539 explicit packaged_task(R(*f)(), BOOST_THREAD_FWD_REF(ArgTypes)... args) function in boost::packaged_task3547 explicit packaged_task(R(*f)()) function in boost::packaged_task3556 explicit packaged_task(R(*f)()) function in boost::packaged_task3567 explicit packaged_task(BOOST_THREAD_FWD_REF(F) f function in boost::packaged_task3568 … , typename boost::disable_if<is_same<typename decay<F>::type, packaged_task>, dummy* >::type=0 argument3588 explicit packaged_task(F const& f function in boost::packaged_task3589 … , typename boost::disable_if<is_same<typename decay<F>::type, packaged_task>, dummy* >::type=0 argument3605 explicit packaged_task(BOOST_THREAD_RV_REF(F) f) function in boost::packaged_task[all …]
256 int packaged_task; member
141 typedef boost::packaged_task<bool> packaged_task; typedef228 typedef std::packaged_task<bool()> packaged_task; typedef