restart_in_progress  485 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_in_progress, F_WRLCK, SEEK_SET, 2, 1);
restart_in_progress  487 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &restart_in_progress) == -1) {
restart_in_progress  491 ext/opcache/ZendAccelerator.c 	ZCSG(restart_in_progress) = 1;
restart_in_progress  497 ext/opcache/ZendAccelerator.c 	ZCSG(restart_in_progress) = 0;
restart_in_progress  502 ext/opcache/ZendAccelerator.c 	ZCSG(restart_in_progress) = 0;
restart_in_progress  511 ext/opcache/ZendAccelerator.c 	if (ZCSG(restart_in_progress)) {
restart_in_progress  520 ext/opcache/ZendAccelerator.c 			ZCSG(restart_in_progress) = 0;
restart_in_progress 1476 ext/opcache/ZendAccelerator.c 	    (ZCSG(restart_in_progress) && accel_restart_is_active(TSRMLS_C)) ||
restart_in_progress 1841 ext/opcache/ZendAccelerator.c 	    !ZCSG(restart_in_progress)) {
restart_in_progress 1937 ext/opcache/ZendAccelerator.c 	    !ZCSG(restart_in_progress)) {
restart_in_progress 2002 ext/opcache/ZendAccelerator.c 	    !ZCSG(restart_in_progress)) {
restart_in_progress 2518 ext/opcache/ZendAccelerator.c 	ZCSG(restart_in_progress) = 0;
restart_in_progress 2793 ext/opcache/ZendAccelerator.c 		if (ZCSG(restart_in_progress)) {
restart_in_progress  300 ext/opcache/ZendAccelerator.h 	zend_bool       restart_in_progress;
restart_in_progress  579 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(return_value, "restart_in_progress", ZCSG(restart_in_progress));