force_restart_timeout  637 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).force_restart_timeout
force_restart_timeout  640 ext/opcache/ZendAccelerator.c 		zend_accel_error(ACCEL_LOG_WARNING, "Forced restart at %d (after %d seconds), locked by %d", time(NULL), ZCG(accel_directives).force_restart_timeout, mem_usage_check.l_pid);
force_restart_timeout 2763 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).force_restart_timeout) {
force_restart_timeout 2764 ext/opcache/ZendAccelerator.c 		ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout;
force_restart_timeout  221 ext/opcache/ZendAccelerator.h 	long           force_restart_timeout;
force_restart_timeout  270 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_ENTRY("opcache.force_restart_timeout" , "180" , PHP_INI_SYSTEM, OnUpdateLong,	             accel_directives.force_restart_timeout,     zend_accel_globals, accel_globals)
force_restart_timeout  678 ext/opcache/zend_accelerator_module.c 	add_assoc_long(directives, 	 "opcache.force_restart_timeout",  ZCG(accel_directives).force_restart_timeout);