Searched defs:capture_t (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/boost/context/ |
| D | fiber_winfib.hpp | 257 typedef fiber_capture_record< Ctx, StackAlloc, Fn > capture_t; in create_fiber1() typedef 275 typedef fiber_capture_record< Ctx, StackAlloc, Fn > capture_t; in create_fiber2() typedef
|
| D | continuation_winfib.hpp | 258 typedef capture_record< Ctx, StackAlloc, Fn > capture_t; in create_context1() typedef 276 typedef capture_record< Ctx, StackAlloc, Fn > capture_t; in create_context2() typedef
|
| D | continuation_ucontext.hpp | 287 typedef capture_record< Ctx, StackAlloc, Fn > capture_t; in create_context1() typedef 323 typedef capture_record< Ctx, StackAlloc, Fn > capture_t; in create_context2() typedef
|
| D | fiber_ucontext.hpp | 287 typedef fiber_capture_record< Ctx, StackAlloc, Fn > capture_t; in create_fiber1() typedef 323 typedef fiber_capture_record< Ctx, StackAlloc, Fn > capture_t; in create_fiber2() typedef
|