Home
last modified time | relevance | path

Searched refs:zend_interrupt_function (Results 1 – 8 of 8) sorted by relevance

/php-src/win32/
H A Dsignal.c53 orig_interrupt_function = zend_interrupt_function; in php_win32_signal_ctrl_handler_init()
54 zend_interrupt_function = php_win32_signal_ctrl_interrupt_function; in php_win32_signal_ctrl_handler_init()
68 zend_interrupt_function = orig_interrupt_function; in php_win32_signal_ctrl_handler_shutdown()
/php-src/Zend/
H A Dzend.h335 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
H A Dzend_execute_API.c1017 } else if (zend_interrupt_function) { in zend_call_function()
1018 zend_interrupt_function(EG(current_execute_data)); in zend_call_function()
H A Dzend.c89 ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data); variable
945 zend_interrupt_function = NULL; in zend_startup()
H A Dzend_vm_def.h10242 } else if (zend_interrupt_function) { in ZEND_VM_HELPER()
10243 zend_interrupt_function(execute_data); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h3759 } else if (zend_interrupt_function) { in zend_interrupt_helper_SPEC()
3760 zend_interrupt_function(execute_data); in zend_interrupt_helper_SPEC()
/php-src/ext/pcntl/
H A Dpcntl.c149 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
150 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1983 if (zend_interrupt_function) { in zend_jit_interrupt_handler_stub()
1984 ir_CALL_1(IR_VOID, ir_CONST_FUNC(zend_interrupt_function), jit_FP(jit)); in zend_jit_interrupt_handler_stub()

Completed in 227 milliseconds