Searched refs:create_fiber2 (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/context/ |
D | fiber_winfib.hpp | 274 static fiber_activation_record * create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn… in create_fiber2() function 303 …friend detail::fiber_activation_record * detail::create_fiber2( preallocated, StackAlloc &&, Fn &&… 337 ptr_{ detail::create_fiber2< fiber >( in fiber()
|
D | fiber_ucontext.hpp | 322 static fiber_activation_record * create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn… in create_fiber2() function 369 …friend detail::fiber_activation_record * detail::create_fiber2( preallocated, StackAlloc &&, Fn &&… 408 ptr_{ detail::create_fiber2< fiber >( in fiber()
|
D | fiber_fcontext.hpp | 178 fcontext_t create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn) { in create_fiber2() function 240 fctx_{ detail::create_fiber2< detail::fiber_record< fiber, StackAlloc, Fn > >( in fiber()
|