Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.h261 bool restart_pending; member
H A DZendAccelerator.c2136 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()
2581 ZCSG(restart_pending) = false; in zend_reset_cache_vars()
2663 if (ZCSG(restart_pending)) { in accel_activate()
2665 …if (ZCSG(restart_pending)) { /* check again, to ensure that the cache wasn't already cleaned by an… in accel_activate()
2668 ZCSG(restart_pending) = false; in accel_activate()
3410 if (ZCSG(restart_pending)) {
3419 ZCSG(restart_pending) = true;
H A Dzend_accelerator_module.c672 add_assoc_bool(return_value, "restart_pending", ZCSG(restart_pending));
H A Dzend_file_cache.c1875 !ZCSG(restart_pending) &&

Completed in 25 milliseconds