Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dfuture_unwrap.cpp58 boost::future<boost::future<int> > outer_future = boost::async(boost::launch::async, &p2); in main() local
65 boost::future<boost::future<int> > outer_future = boost::async(boost::launch::async, &p2); in main() local