Home
last modified time | relevance | path

Searched defs:palloc (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/coroutine/detail/
Dsymmetric_coroutine_object.hpp56 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()
Dpull_coroutine_object.hpp77 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()
Dpush_coroutine_object.hpp89 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()
Dsymmetric_coroutine_impl.hpp38 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/
Dcoroutine_context.cpp39 coroutine_context::coroutine_context( ctx_fn fn, preallocated const& palloc) : in coroutine_context()
/third_party/boost/boost/context/
Dcontinuation_fcontext.hpp181 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()
Dfiber_fcontext.hpp178 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()
Dcontinuation_winfib.hpp275 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()
Dfiber_winfib.hpp274 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()
Dcontinuation_ucontext.hpp322 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()
Dfiber_ucontext.hpp322 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/
Dcontext.cpp42 dispatcher_context( boost::context::preallocated const& palloc, default_stack && salloc) : in dispatcher_context()
/third_party/boost/boost/fiber/
Dcontext.hpp444 boost::context::preallocated const& palloc, StackAlloc && salloc, in worker_context()