restart_in_progress  228 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_in_progress, F_WRLCK, SEEK_SET, 2, 1);
restart_in_progress  230 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &restart_in_progress) == -1) {
restart_in_progress  234 ext/opcache/ZendAccelerator.c 	ZCSG(restart_in_progress) = 1;
restart_in_progress  240 ext/opcache/ZendAccelerator.c 	ZCSG(restart_in_progress) = 0;
restart_in_progress  245 ext/opcache/ZendAccelerator.c 	ZCSG(restart_in_progress) = 0;
restart_in_progress  254 ext/opcache/ZendAccelerator.c 	if (ZCSG(restart_in_progress)) {
restart_in_progress  263 ext/opcache/ZendAccelerator.c 			ZCSG(restart_in_progress) = 0;
restart_in_progress 1637 ext/opcache/ZendAccelerator.c 	           (ZCSG(restart_in_progress) && accel_restart_is_active())) {
restart_in_progress 1905 ext/opcache/ZendAccelerator.c 	    !ZCSG(restart_in_progress)) {
restart_in_progress 2459 ext/opcache/ZendAccelerator.c 	ZCSG(restart_in_progress) = 0;
restart_in_progress 2896 ext/opcache/ZendAccelerator.c 		if (ZCSG(restart_in_progress)) {
restart_in_progress  290 ext/opcache/ZendAccelerator.h 	zend_bool       restart_in_progress;
restart_in_progress  616 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(return_value, "restart_in_progress", ZCSG(restart_in_progress));
restart_in_progress 1308 ext/opcache/zend_file_cache.c 	    !ZCSG(restart_in_progress) &&