Home
last modified time | relevance | path

Searched refs:restart_pending (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h258 zend_bool restart_pending; member
H A DZendAccelerator.c2119 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()
2341 ZCSG(restart_pending) = 0; in zend_reset_cache_vars()
2423 if (ZCSG(restart_pending)) { in accel_activate()
2425 …if (ZCSG(restart_pending) != 0) { /* check again, to ensure that the cache wasn't already cleaned … in accel_activate()
2428 ZCSG(restart_pending) = 0; in accel_activate()
3118 if (ZCSG(restart_pending)) { in zend_accel_schedule_restart()
3127 ZCSG(restart_pending) = 1; in zend_accel_schedule_restart()
H A Dzend_accelerator_module.c613 add_assoc_bool(return_value, "restart_pending", ZCSG(restart_pending));

Completed in 24 milliseconds