Home
last modified time | relevance | path

Searched refs:zend_atomic_bool_store_ex (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/
H A Dzend_atomic.h137 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_store_ex() function
177 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) {
227 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) {
293 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) {
315 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) {
H A Dzend_atomic.c53 zend_atomic_bool_store_ex(obj, desired); in zend_atomic_bool_store()
H A Dzend_execute_API.c1393 zend_atomic_bool_store_ex(&EG(timed_out), false); in zend_timeout()
1400 zend_atomic_bool_store_ex(&EG(timed_out), false); in zend_timeout()
1480 zend_atomic_bool_store_ex(&EG(timed_out), true); in zend_timeout_handler()
1481 zend_atomic_bool_store_ex(&EG(vm_interrupt), true); in zend_timeout_handler()
1505 zend_atomic_bool_store_ex(&eg->timed_out, true); in zend_timeout_handler()
1506 zend_atomic_bool_store_ex(&eg->vm_interrupt, true); in zend_timeout_handler()
1614 zend_atomic_bool_store_ex(&EG(timed_out), false); in zend_set_timeout()
1623 zend_atomic_bool_store_ex(&EG(timed_out), false); in zend_unset_timeout()
1645 zend_atomic_bool_store_ex(&EG(timed_out), false); in zend_unset_timeout()
H A Dzend_vm_def.h10240 zend_atomic_bool_store_ex(&EG(vm_interrupt), false); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h3758 zend_atomic_bool_store_ex(&EG(vm_interrupt), false); in zend_interrupt_helper_SPEC()
/php-src/win32/
H A Dsignal.c80 zend_atomic_bool_store_ex(vm_interrupt_flag, true); in php_win32_signal_system_ctrl_handler()
/php-src/ext/pcntl/
H A Dpcntl.c1265 zend_atomic_bool_store_ex(&EG(vm_interrupt), true); in pcntl_signal_handler()

Completed in 210 milliseconds