restart_pending  1629 ext/opcache/ZendAccelerator.c 		if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) {
restart_pending  2097 ext/opcache/ZendAccelerator.c 	ZCSG(restart_pending) = 0;
restart_pending  2126 ext/opcache/ZendAccelerator.c 	if (ZCSG(restart_pending)) {
restart_pending  2128 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  2131 ext/opcache/ZendAccelerator.c 				ZCSG(restart_pending) = 0;
restart_pending  2751 ext/opcache/ZendAccelerator.c 	if (ZCSG(restart_pending)) {
restart_pending  2758 ext/opcache/ZendAccelerator.c 	ZCSG(restart_pending) = 1;
restart_pending   293 ext/opcache/ZendAccelerator.h 	zend_bool       restart_pending;
restart_pending   578 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(return_value, "restart_pending", ZCSG(restart_pending));