restart_pending  1793 ext/opcache/ZendAccelerator.c 		if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) {
restart_pending  1985 ext/opcache/ZendAccelerator.c 	ZCSG(restart_pending) = 0;
restart_pending  2050 ext/opcache/ZendAccelerator.c 	if (ZCSG(restart_pending)) {
restart_pending  2052 ext/opcache/ZendAccelerator.c 		if (ZCSG(restart_pending) != 0) { /* check again, to ensure that the cache wasn't already cleaned by another process */
restart_pending  2055 ext/opcache/ZendAccelerator.c 				ZCSG(restart_pending) = 0;
restart_pending  2852 ext/opcache/ZendAccelerator.c 	if (ZCSG(restart_pending)) {
restart_pending  2859 ext/opcache/ZendAccelerator.c 	ZCSG(restart_pending) = 1;
restart_pending   283 ext/opcache/ZendAccelerator.h 	zend_bool       restart_pending;
restart_pending   615 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(return_value, "restart_pending", ZCSG(restart_pending));