Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/
Dcontext.hpp147 struct fss_data { struct in boost::fibers::context
148 void * vp{ nullptr };
149 detail::fss_cleanup_function::ptr_t cleanup_function{};
153 fss_data( void * vp_, in fss_data() function
160 void do_cleanup() { in do_cleanup()