Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A DZendAccelerator.h272 zend_bool restart_pending; member
H A DZendAccelerator.c1887 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()
2092 ZCSG(restart_pending) = 0; in zend_reset_cache_vars()
2181 if (ZCSG(restart_pending)) { in accel_activate()
2183 …if (ZCSG(restart_pending) != 0) { /* check again, to ensure that the cache wasn't already cleaned … in accel_activate()
2186 ZCSG(restart_pending) = 0; in accel_activate()
3006 if (ZCSG(restart_pending)) {
3015 ZCSG(restart_pending) = 1;
H A Dzend_accelerator_module.c626 add_assoc_bool(return_value, "restart_pending", ZCSG(restart_pending));

Completed in 32 milliseconds