Searched refs:stack_bottom (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/context/ |
D | fiber_ucontext.hpp | 81 void * stack_bottom{ nullptr }; member 124 __sanitizer_start_switch_fiber( nullptr, stack_bottom, stack_size); in resume() 126 __sanitizer_start_switch_fiber( & from->fake_stack, stack_bottom, stack_size); in resume() 133 (const void **) & current()->from->stack_bottom, in resume() 186 __sanitizer_start_switch_fiber( & from->fake_stack, stack_bottom, stack_size); in resume_with() 192 (const void **) & current()->from->stack_bottom, in resume_with() 258 (const void **) & from->stack_bottom, in run() 298 void * stack_bottom = reinterpret_cast< void * >( in create_fiber1() local 308 record->uctx.uc_stack.ss_sp = stack_bottom; in create_fiber1() 311 reinterpret_cast< uintptr_t >( stack_bottom) - static_cast< uintptr_t >( 64); in create_fiber1() [all …]
|
D | continuation_ucontext.hpp | 81 void * stack_bottom{ nullptr }; member 124 __sanitizer_start_switch_fiber( nullptr, stack_bottom, stack_size); in resume() 126 __sanitizer_start_switch_fiber( & from->fake_stack, stack_bottom, stack_size); in resume() 133 (const void **) & current()->from->stack_bottom, in resume() 186 __sanitizer_start_switch_fiber( & from->fake_stack, stack_bottom, stack_size); in resume_with() 192 (const void **) & current()->from->stack_bottom, in resume_with() 258 (const void **) & from->stack_bottom, in run() 298 void * stack_bottom = reinterpret_cast< void * >( in create_context1() local 308 record->uctx.uc_stack.ss_sp = stack_bottom; in create_context1() 311 reinterpret_cast< uintptr_t >( stack_bottom) - static_cast< uintptr_t >( 64); in create_context1() [all …]
|
D | fiber_fcontext.hpp | 167 void * stack_bottom = reinterpret_cast< void * >( in create_fiber1() local 170 …_t size = reinterpret_cast< uintptr_t >( stack_top) - reinterpret_cast< uintptr_t >( stack_bottom); in create_fiber1() 189 void * stack_bottom = reinterpret_cast< void * >( in create_fiber2() local 192 …_t size = reinterpret_cast< uintptr_t >( stack_top) - reinterpret_cast< uintptr_t >( stack_bottom); in create_fiber2()
|
D | continuation_fcontext.hpp | 170 void * stack_bottom = reinterpret_cast< void * >( in create_context1() local 173 …_t size = reinterpret_cast< uintptr_t >( stack_top) - reinterpret_cast< uintptr_t >( stack_bottom); in create_context1() 192 void * stack_bottom = reinterpret_cast< void * >( in create_context2() local 195 …_t size = reinterpret_cast< uintptr_t >( stack_top) - reinterpret_cast< uintptr_t >( stack_bottom); in create_context2()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap18.c | 88 void *start, *stack_top, *stack_bottom; in allocate_stack() local 101 stack_bottom = start + reserved_size - stack_size; in allocate_stack() 104 start, stack_top, stack_bottom); in allocate_stack() 108 return stack_bottom; in allocate_stack()
|
/third_party/boost/libs/fiber/src/ |
D | context.cpp | 59 void * stack_bottom = reinterpret_cast< void * >( in make_dispatcher_context() local 61 …ze_t size = reinterpret_cast< uintptr_t >( storage) - reinterpret_cast< uintptr_t >( stack_bottom); in make_dispatcher_context()
|
/third_party/boost/boost/fiber/ |
D | context.hpp | 469 void * stack_bottom = reinterpret_cast< void * >( in make_worker_context() local 471 …ze_t size = reinterpret_cast< uintptr_t >( storage) - reinterpret_cast< uintptr_t >( stack_bottom); in make_worker_context()
|