Lines Matching refs:restart_in_progress
251 struct flock restart_in_progress; in accel_restart_enter()
253 restart_in_progress.l_type = F_WRLCK; in accel_restart_enter()
254 restart_in_progress.l_whence = SEEK_SET; in accel_restart_enter()
255 restart_in_progress.l_start = 2; in accel_restart_enter()
256 restart_in_progress.l_len = 1; in accel_restart_enter()
258 if (fcntl(lock_file, F_SETLK, &restart_in_progress) == -1) { in accel_restart_enter()
262 ZCSG(restart_in_progress) = 1; in accel_restart_enter()
268 ZCSG(restart_in_progress) = 0; in accel_restart_leave()
278 ZCSG(restart_in_progress) = 0; in accel_restart_leave()
287 if (ZCSG(restart_in_progress)) { in accel_restart_is_active()
301 ZCSG(restart_in_progress) = 0; in accel_restart_is_active()
1939 (ZCSG(restart_in_progress) && accel_restart_is_active())) { in persistent_compile_file()
2640 ZCSG(restart_in_progress) = 0; in zend_accel_init_shm()
3165 if (ZCSG(restart_in_progress)) { in accelerator_shm_read_lock()