Searched refs:completion_function (Results 1 – 2 of 2) sorted by relevance
37 typedef csbl::function<void()> completion_function; typedef in boost::completion_latch39 static completion_function noop() in noop()41 return completion_function(&thread_detail::noop); in noop()197 completion_function then(BOOST_THREAD_RV_REF(F) funct) in then()200 completion_function tmp(funct_); in then()205 completion_function then(void(*funct)()) in then()208 completion_function tmp(funct_); in then()209 funct_ = completion_function(funct); in then()216 completion_function funct_;
326 typedef 'implementation defined' completion_function;346 completion_function then(F&& funct);397 completion_function then(F&& funct);