Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/
H A DZendAccelerator.h256 bool restart_pending; member
H A DZendAccelerator.c2164 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()
2608 ZCSG(restart_pending) = 0; in zend_reset_cache_vars()
2690 if (ZCSG(restart_pending)) { in accel_activate()
2692 …if (ZCSG(restart_pending) != 0) { /* check again, to ensure that the cache wasn't already cleaned … in accel_activate()
2695 ZCSG(restart_pending) = 0; in accel_activate()
3423 if (ZCSG(restart_pending)) {
3432 ZCSG(restart_pending) = 1;
H A Dzend_accelerator_module.c616 add_assoc_bool(return_value, "restart_pending", ZCSG(restart_pending));
H A Dzend_file_cache.c1791 !ZCSG(restart_pending) &&

Completed in 26 milliseconds