Searched refs:transfer (Results 1 – 1 of 1) sorted by relevance
35 static ZEND_NORETURN void zend_fiber_trampoline(transfer_t transfer) in zend_fiber_trampoline() argument37 zend_fiber_context *context = transfer.data; in zend_fiber_trampoline()39 context->caller = transfer.context; in zend_fiber_trampoline()81 transfer_t transfer = jump_fcontext(to->self, to); in zend_fiber_switch_context() local83 to->self = transfer.context; in zend_fiber_switch_context()90 transfer_t transfer = jump_fcontext(current->caller, NULL); in zend_fiber_suspend_context() local92 current->caller = transfer.context; in zend_fiber_suspend_context()
Completed in 4 milliseconds