Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/
H A DZendAccelerator.h261 bool restart_pending; member
H A DZendAccelerator.c2162 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()
2607 ZCSG(restart_pending) = false; in zend_reset_cache_vars()
2689 if (ZCSG(restart_pending)) { in accel_activate()
2691 …if (ZCSG(restart_pending)) { /* check again, to ensure that the cache wasn't already cleaned by an… in accel_activate()
2694 ZCSG(restart_pending) = false; in accel_activate()
3431 if (ZCSG(restart_pending)) {
3440 ZCSG(restart_pending) = true;
H A Dzend_accelerator_module.c636 add_assoc_bool(return_value, "restart_pending", ZCSG(restart_pending));
H A Dzend_file_cache.c1865 !ZCSG(restart_pending) &&

Completed in 27 milliseconds