Home
last modified time | relevance | path

Searched refs:fixedsize_stack (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/boost/fiber/
Dfixedsize_stack.hpp22 using fixedsize_stack = boost::context::fixedsize_stack; typedef
/third_party/boost/boost/coroutine2/
Dfixedsize_stack.hpp25 using fixedsize_stack = boost::context::fixedsize_stack; typedef
/third_party/boost/boost/context/
Dfixedsize_stack.hpp86 typedef basic_fixedsize_stack< stack_traits > fixedsize_stack; typedef
88 typedef fixedsize_stack default_stack;
/third_party/boost/libs/fiber/test/
Dtest_async_dispatch.cpp122 boost::fibers::fixedsize_stack{}, in test_async_stack_alloc()
134 boost::fibers::fixedsize_stack{}, in test_async_std_alloc()
/third_party/boost/libs/context/example/callcc/
Dsegmented.cpp41 …std::cout << "initial stack size = " << ctx::fixedsize_stack::traits_type::default_size() / 1024 <… in main()
Djump_mov.cpp44 c = ctx::callcc( std::allocator_arg, ctx::fixedsize_stack{}, in main()
/third_party/boost/libs/context/example/fiber/
Dsegmented.cpp41 …std::cout << "initial stack size = " << ctx::fixedsize_stack::traits_type::default_size() / 1024 <… in main()
Djump_mov.cpp43 ctx::fiber f{ std::allocator_arg, ctx::fixedsize_stack{}, in main()
/third_party/boost/libs/coroutine2/example/
Dsegmented.cpp39 …std::cout << "initial stack size = " << boost::context::fixedsize_stack::traits_type::default_size… in main()
/third_party/boost/libs/fiber/examples/
Dsegmented_stack.cpp65 …std::cout << "initial stack size = " << boost::fibers::fixedsize_stack::traits_type::default_size(… in main()
/third_party/boost/libs/fiber/doc/
Dstack.qbk176 [class_heading fixedsize_stack]
184 #include <boost/context/fixedsize_stack.hpp>
189 struct fixedsize_stack {
190 fixedsize_stack(std::size_t size = traits_type::default_size());
/third_party/boost/libs/coroutine2/doc/
Dstack.qbk148 [section:fixedsize Class ['fixedsize_stack]]
156 #include <boost/context/fixedsize_stack.hpp>
158 struct fixedsize_stack {
159 fixedsize_stack(std::size_t size = traits_type::default_size());
Dcoro.qbk51 [def __fixedsize__ ['fixedsize_stack]]
/third_party/boost/libs/context/performance/callcc/
Dperformance.cpp50 ctx::fixedsize_stack alloc; in measure_cycles()
/third_party/boost/libs/fiber/performance/fiber/
Dskynet_detach.cpp24 using allocator_type = boost::fibers::fixedsize_stack;
Dskynet_join.cpp24 using allocator_type = boost::fibers::fixedsize_stack;
Dskynet_stealing_join.cpp35 using allocator_type = boost::fibers::fixedsize_stack;
Dskynet_stealing_async.cpp35 using allocator_type = boost::fibers::fixedsize_stack;
Dskynet_stealing_detach.cpp35 using allocator_type = boost::fibers::fixedsize_stack;
Dskynet_shared_detach.cpp30 using allocator_type = boost::fibers::fixedsize_stack;
Dskynet_shared_join.cpp30 using allocator_type = boost::fibers::fixedsize_stack;
/third_party/boost/libs/context/performance/fiber/
Dperformance.cpp50 ctx::fixedsize_stack alloc; in measure_cycles()
/third_party/boost/libs/fiber/performance/fiber/numa/
Dskynet_stealing_detach.cpp36 using allocator_type = boost::fibers::fixedsize_stack;
/third_party/boost/libs/context/doc/
Dstack.qbk156 [section:fixedsize Class ['fixedsize_stack]]
164 #include <boost/context/fixedsize_stack.hpp>
177 typedef basic_fixedsize_stack< stack_traits > fixedsize_stack;
/third_party/boost/boost/coroutine2/detail/
Dpush_coroutine.ipp18 #include <boost/coroutine2/fixedsize_stack.hpp>

12