Searched refs:boost_context_data (Results 1 – 2 of 2) sorted by relevance
59 # no need to setup boost_context_data, already in %o0 and %o1
173 } boost_context_data; typedef176 extern void *make_fcontext(void *sp, size_t size, void (*fn)(boost_context_data));177 extern ZEND_INDIRECT_RETURN boost_context_data jump_fcontext(void *to, zend_fiber_transfer *transfe…359 static ZEND_NORETURN void zend_fiber_trampoline(boost_context_data data) in zend_fiber_trampoline()522 boost_context_data data = jump_fcontext(to->handle, transfer); in zend_fiber_switch_context()
Completed in 11 milliseconds