Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp5400 struct future_unwrap_shared_state: shared_state<Rp> struct
5402 F wrapped;
5403 typename F::value_type unwrapped;
5405 explicit future_unwrap_shared_state(BOOST_THREAD_RV_REF(F) f) function
5409 void launch_continuation()
5440 struct future_unwrap_shared_state<F,void>: shared_state<void> struct
5442 F wrapped;
5443 typename F::value_type unwrapped;
5445 explicit future_unwrap_shared_state(BOOST_THREAD_RV_REF(F) f) function
5449 void launch_continuation()