Home
last modified time | relevance | path

Searched refs:salloc_ (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/context/
Dfiber_fcontext.hpp111 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::fiber_record
115 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()
127 salloc_( std::forward< StackAlloc >( salloc)), in fiber_record()
Dcontinuation_fcontext.hpp113 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::record
117 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()
129 salloc_( std::forward< StackAlloc >( salloc)), in record()
Dcontinuation_winfib.hpp207 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::capture_record
211 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()
222 salloc_( std::forward< StackAlloc >( salloc)), in capture_record()
Dfiber_winfib.hpp206 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::fiber_capture_record
210 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()
221 salloc_( std::forward< StackAlloc >( salloc)), in fiber_capture_record()
Dfiber_ucontext.hpp231 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::fiber_capture_record
235 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()
246 salloc_{ std::forward< StackAlloc >( salloc) },
Dcontinuation_ucontext.hpp231 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::capture_record
235 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()
246 salloc_{ std::forward< StackAlloc >( salloc) },