Searched defs:palloc (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/boost/coroutine/detail/ |
D | symmetric_coroutine_object.hpp | 56 preallocated const& palloc, in symmetric_coroutine_object() 67 preallocated const& palloc, in symmetric_coroutine_object() 132 preallocated const& palloc, in symmetric_coroutine_object() 143 preallocated const& palloc, in symmetric_coroutine_object() 208 preallocated const& palloc, in symmetric_coroutine_object() 219 preallocated const& palloc, in symmetric_coroutine_object()
|
D | pull_coroutine_object.hpp | 77 preallocated const& palloc, in pull_coroutine_object() 90 preallocated const& palloc, in pull_coroutine_object() 164 preallocated const& palloc, in pull_coroutine_object() 177 preallocated const& palloc, in pull_coroutine_object() 251 preallocated const& palloc, in pull_coroutine_object() 264 preallocated const& palloc, in pull_coroutine_object()
|
D | push_coroutine_object.hpp | 89 preallocated const& palloc, in push_coroutine_object() 102 preallocated const& palloc, in push_coroutine_object() 176 preallocated const& palloc, in push_coroutine_object() 189 preallocated const& palloc, in push_coroutine_object() 263 preallocated const& palloc, in push_coroutine_object() 276 preallocated const& palloc, in push_coroutine_object()
|
D | symmetric_coroutine_impl.hpp | 38 symmetric_coroutine_impl( preallocated const& palloc, in symmetric_coroutine_impl() 178 symmetric_coroutine_impl( preallocated const& palloc, in symmetric_coroutine_impl() 318 symmetric_coroutine_impl( preallocated const& palloc, in symmetric_coroutine_impl()
|
/third_party/boost/libs/coroutine/src/detail/ |
D | coroutine_context.cpp | 39 coroutine_context::coroutine_context( ctx_fn fn, preallocated const& palloc) : in coroutine_context()
|
/third_party/boost/boost/context/ |
D | continuation_fcontext.hpp | 181 fcontext_t create_context2( preallocated palloc, StackAlloc && salloc, Fn && fn) { in create_context2() 341 callcc( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) { in callcc()
|
D | fiber_fcontext.hpp | 178 fcontext_t create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn) { in create_fiber2() 239 fiber( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) : in fiber()
|
D | continuation_winfib.hpp | 275 static activation_record * create_context2( preallocated palloc, StackAlloc && salloc, Fn && fn) { in create_context2() 464 callcc( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) { in callcc()
|
D | fiber_winfib.hpp | 274 static fiber_activation_record * create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn… in create_fiber2() 336 fiber( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) : in fiber()
|
D | continuation_ucontext.hpp | 322 static activation_record * create_context2( preallocated palloc, StackAlloc && salloc, Fn && fn) { in create_context2() 533 callcc( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) { in callcc()
|
D | fiber_ucontext.hpp | 322 static fiber_activation_record * create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn… in create_fiber2() 407 fiber( std::allocator_arg_t, preallocated palloc, StackAlloc && salloc, Fn && fn) : in fiber()
|
/third_party/boost/libs/fiber/src/ |
D | context.cpp | 42 dispatcher_context( boost::context::preallocated const& palloc, default_stack && salloc) : in dispatcher_context()
|
/third_party/boost/boost/fiber/ |
D | context.hpp | 444 boost::context::preallocated const& palloc, StackAlloc && salloc, in worker_context()
|