Home
last modified time | relevance | path

Searched defs:salloc (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/fiber/performance/fiber/
Dskynet_detach.cpp31 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
Dskynet_join.cpp31 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
Dskynet_stealing_async.cpp43 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
Dskynet_stealing_detach.cpp43 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
Dskynet_stealing_join.cpp43 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
Dskynet_shared_detach.cpp42 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
Dskynet_shared_join.cpp42 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/
Dfiber_fcontext.hpp115 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()
Dcontinuation_fcontext.hpp117 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()
Dcontinuation_winfib.hpp211 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()
Dfiber_winfib.hpp210 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()
Dfiber_ucontext.hpp235 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()
Dcontinuation_ucontext.hpp235 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/
Dasync.hpp85 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/
Dfiber.hpp90 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()
Dcontext.hpp444 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/
Dskynet_stealing_detach.cpp52 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/
Dcontext.cpp42 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/
Dvar.c471 char *salloc = NULL; in setstr() local