Searched refs:default_stack (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/fiber/ |
D | fixedsize_stack.hpp | 24 using default_stack = boost::context::default_stack; typedef
|
D | segmented_stack.hpp | 25 using default_stack = boost::context::default_stack; typedef
|
D | fiber.hpp | 67 std::allocator_arg, default_stack(), in fiber() 81 std::allocator_arg, default_stack(), in fiber()
|
/third_party/boost/boost/coroutine2/ |
D | fixedsize_stack.hpp | 27 using default_stack = boost::context::default_stack; typedef
|
D | segmented_stack.hpp | 28 using default_stack = boost::context::default_stack; typedef
|
/third_party/boost/boost/coroutine2/detail/ |
D | push_coroutine.ipp | 41 push_coroutine{ default_stack(), std::forward< Fn >( fn) } { 101 push_coroutine{ default_stack(), std::forward< Fn >( fn) } { 153 push_coroutine{ default_stack(), std::forward< Fn >( fn) } {
|
D | pull_coroutine.ipp | 48 pull_coroutine{ default_stack(), std::forward< Fn >( fn) } { 117 pull_coroutine{ default_stack(), std::forward< Fn >( fn) } { 179 pull_coroutine{ default_stack(), std::forward< Fn >( fn) } {
|
/third_party/boost/boost/context/posix/ |
D | segmented_stack.hpp | 73 typedef segmented_stack default_stack; typedef
|
/third_party/boost/boost/context/ |
D | fixedsize_stack.hpp | 88 typedef fixedsize_stack default_stack; typedef
|
/third_party/boost/libs/fiber/src/ |
D | context.cpp | 42 dispatcher_context( boost::context::preallocated const& palloc, default_stack && salloc) : in dispatcher_context() 53 default_stack salloc; // use default satck-size in make_dispatcher_context()
|
/third_party/boost/libs/context/test/ |
D | test_callcc.cpp | 227 ctx::default_stack alloc; in test_prealloc()
|
D | test_fiber.cpp | 232 ctx::default_stack alloc; in test_prealloc()
|