Searched refs:current (Results 1 – 6 of 6) sorted by relevance
86 PHP_FIBER_API void zend_fiber_suspend_context(zend_fiber_context *current) in zend_fiber_suspend_context() argument88 ZEND_ASSERT(current && current->caller && current->stack.pointer && "Invalid fiber context"); in zend_fiber_suspend_context()90 transfer_t transfer = jump_fcontext(current->caller, NULL); in zend_fiber_suspend_context()92 current->caller = transfer.context; in zend_fiber_suspend_context()
45 ; load current deallocation stack48 ; load current stack limit51 ; load current stack base54 ; load current SEH exception list86 ; restore current deallocation stack89 ; restore current stack limit92 ; restore current stack base95 ; restore current SEH exception list
116 ; save current deallocation stack119 ; save current stack limit122 ; save current stack base166 ; restore current deallocation stack169 ; restore current stack limit172 ; restore current stack base
85 ; traverse current seh chain to get the last exception handler installed by Windows96 ; load 'next' member of current SEH into EDX98 ; test if 'next' of current SEH is last (== 0xffffffff)
132 PHP_FIBER_API void zend_fiber_suspend_context(zend_fiber_context *current);
126 `Fiber::suspend()` suspends execution of the current fiber and returns execution to the call to `Fi…
Completed in 8 milliseconds