Home
last modified time | relevance | path

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

/third_party/boost/boost/context/
Dcontinuation_winfib.hpp205 class capture_record : public activation_record { class
210 static void destroy( capture_record * p) noexcept { in destroy()
214 p->~capture_record(); in destroy()
220 capture_record( stack_context sctx, StackAlloc && salloc, Fn && fn) noexcept : in capture_record() function in boost::context::detail::capture_record
258 typedef capture_record< Ctx, StackAlloc, Fn > capture_t; in create_context1()
276 typedef capture_record< Ctx, StackAlloc, Fn > capture_t; in create_context2()
298 friend class detail::capture_record;
Dcontinuation_ucontext.hpp229 class capture_record : public activation_record { class
234 static void destroy( capture_record * p) noexcept { in destroy()
238 p->~capture_record(); in destroy()
244 capture_record( stack_context sctx, StackAlloc && salloc, Fn && fn) noexcept : in capture_record() function in boost::context::detail::capture_record
287 typedef capture_record< Ctx, StackAlloc, Fn > capture_t; in create_context1()
323 typedef capture_record< Ctx, StackAlloc, Fn > capture_t; in create_context2()
363 friend class detail::capture_record;