Home
last modified time | relevance | path

Searched refs:current (Results 1 – 6 of 6) sorted by relevance

/ext-fiber/src/
H A Dfiber_asm.c86 PHP_FIBER_API void zend_fiber_suspend_context(zend_fiber_context *current) in zend_fiber_suspend_context() argument
88 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()
/ext-fiber/boost/asm/
H A Djump_i386_ms_pe_masm.asm45 ; load current deallocation stack
48 ; load current stack limit
51 ; load current stack base
54 ; load current SEH exception list
86 ; restore current deallocation stack
89 ; restore current stack limit
92 ; restore current stack base
95 ; restore current SEH exception list
H A Djump_x86_64_ms_pe_masm.asm116 ; save current deallocation stack
119 ; save current stack limit
122 ; save current stack base
166 ; restore current deallocation stack
169 ; restore current stack limit
172 ; restore current stack base
H A Dmake_i386_ms_pe_masm.asm85 ; traverse current seh chain to get the last exception handler installed by Windows
96 ; load 'next' member of current SEH into EDX
98 ; test if 'next' of current SEH is last (== 0xffffffff)
/ext-fiber/
H A Dfiber.h132 PHP_FIBER_API void zend_fiber_suspend_context(zend_fiber_context *current);
H A DREADME.md126 `Fiber::suspend()` suspends execution of the current fiber and returns execution to the call to `Fi…

Completed in 8 milliseconds