Home
last modified time | relevance | path

Searched refs:completion_function (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dcompletion_latch.hpp37 typedef csbl::function<void()> completion_function; typedef in boost::completion_latch
39 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_;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/doc/
Dlatch.qbk326 typedef 'implementation defined' completion_function;
346 completion_function then(F&& funct);
397 completion_function then(F&& funct);