/third_party/boost/libs/fiber/performance/fiber/ |
D | skynet_detach.cpp | 31 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet() 59 allocator_type salloc{ 2*allocator_type::traits_type::page_size() }; in main() local 61 allocator_type salloc{ allocator_type::traits_type::page_size() }; in main() local
|
D | skynet_join.cpp | 31 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet() 63 allocator_type salloc{ 2*allocator_type::traits_type::page_size() }; in main() local 65 allocator_type salloc{ allocator_type::traits_type::page_size() }; in main() local
|
D | skynet_stealing_async.cpp | 43 std::uint64_t skynet(allocator_type& salloc, std::uint64_t num, std::uint64_t size, std::uint64_t d… in skynet() 83 allocator_type salloc{ 2*allocator_type::traits_type::page_size() }; in main() local
|
D | skynet_stealing_detach.cpp | 43 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet() 77 allocator_type salloc{ 2*allocator_type::traits_type::page_size() }; in main() local
|
D | skynet_stealing_join.cpp | 43 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet() 81 allocator_type salloc{ 2*allocator_type::traits_type::page_size() }; in main() local
|
D | skynet_shared_detach.cpp | 42 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet() 83 allocator_type salloc{ 2*allocator_type::traits_type::page_size() }; in main() local
|
D | skynet_shared_join.cpp | 42 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet() 87 allocator_type salloc{ 2*allocator_type::traits_type::page_size() }; in main() local
|
/third_party/boost/boost/context/ |
D | fiber_fcontext.hpp | 115 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy() local 124 fiber_record( stack_context sctx, StackAlloc && salloc, in fiber_record() 154 fcontext_t create_fiber1( StackAlloc && salloc, Fn && fn) { in create_fiber1() 178 fcontext_t create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn) { in create_fiber2() 233 fiber( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) : in fiber() 239 fiber( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) : in fiber()
|
D | continuation_fcontext.hpp | 117 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy() local 126 record( stack_context sctx, StackAlloc && salloc, in record() 157 fcontext_t create_context1( StackAlloc && salloc, Fn && fn) { in create_context1() 181 fcontext_t create_context2( preallocated palloc, StackAlloc && salloc, Fn && fn) { in create_context2() 332 callcc( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) { in callcc() 341 callcc( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) { in callcc()
|
D | continuation_winfib.hpp | 211 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy() local 220 capture_record( stack_context sctx, StackAlloc && salloc, Fn && fn) noexcept : in capture_record() 257 static activation_record * create_context1( StackAlloc && salloc, Fn && fn) { in create_context1() 275 static activation_record * create_context2( preallocated palloc, StackAlloc && salloc, Fn && fn) { in create_context2() 456 callcc( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) { in callcc() 464 callcc( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) { in callcc()
|
D | fiber_winfib.hpp | 210 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy() local 219 fiber_capture_record( stack_context sctx, StackAlloc && salloc, Fn && fn) noexcept : in fiber_capture_record() 256 static fiber_activation_record * create_fiber1( StackAlloc && salloc, Fn && fn) { in create_fiber1() 274 static fiber_activation_record * create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn… in create_fiber2() 330 fiber( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) : in fiber() 336 fiber( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) : in fiber()
|
D | fiber_ucontext.hpp | 235 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy() local 244 fiber_capture_record( stack_context sctx, StackAlloc && salloc, Fn && fn) noexcept : in fiber_capture_record() 286 static fiber_activation_record * create_fiber1( StackAlloc && salloc, Fn && fn) { in create_fiber1() 322 static fiber_activation_record * create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn… in create_fiber2() 401 fiber( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) : in fiber() 407 fiber( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) : in fiber()
|
D | continuation_ucontext.hpp | 235 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy() local 244 capture_record( stack_context sctx, StackAlloc && salloc, Fn && fn) noexcept : in capture_record() 286 static activation_record * create_context1( StackAlloc && salloc, Fn && fn) { in create_context1() 322 static activation_record * create_context2( preallocated palloc, StackAlloc && salloc, Fn && fn) { in create_context2() 525 callcc( std::allocator_arg_t, StackAlloc && salloc, Fn && fn) { in callcc() 533 callcc( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) { in callcc()
|
/third_party/boost/boost/fiber/future/ |
D | async.hpp | 85 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Fn && fn, Args ... args) { in async() 107 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Allocator alloc, Fn && fn, Args … in async()
|
/third_party/boost/boost/fiber/ |
D | fiber.hpp | 90 fiber( std::allocator_arg_t, StackAllocator && salloc, Fn && fn, Arg && ... arg) : in fiber() 104 … fiber( launch policy, std::allocator_arg_t, StackAllocator && salloc, Fn && fn, Arg && ... arg) : in fiber()
|
D | context.hpp | 444 boost::context::preallocated const& palloc, StackAlloc && salloc, in worker_context() 460 StackAlloc && salloc, in make_worker_context()
|
/third_party/boost/libs/fiber/performance/fiber/numa/ |
D | skynet_stealing_detach.cpp | 52 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet() 86 allocator_type salloc{ 2*allocator_type::traits_type::page_size() }; in main() local
|
/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() local
|
/third_party/mksh/ |
D | var.c | 471 char *salloc = NULL; in setstr() local
|