Lines Matching refs:restart_in_progress
234 static FLOCK_STRUCTURE(restart_in_progress, F_WRLCK, SEEK_SET, 2, 1); in accel_restart_enter()
236 static const FLOCK_STRUCTURE(restart_in_progress, F_WRLCK, SEEK_SET, 2, 1); in accel_restart_enter()
239 if (fcntl(lock_file, F_SETLK, &restart_in_progress) == -1) { in accel_restart_enter()
243 ZCSG(restart_in_progress) = 1; in accel_restart_enter()
249 ZCSG(restart_in_progress) = 0; in accel_restart_leave()
258 ZCSG(restart_in_progress) = 0; in accel_restart_leave()
267 if (ZCSG(restart_in_progress)) { in accel_restart_is_active()
276 ZCSG(restart_in_progress) = 0; in accel_restart_is_active()
1711 (ZCSG(restart_in_progress) && accel_restart_is_active())) { in persistent_compile_file()
2010 !ZCSG(restart_in_progress)) { in persistent_zend_resolve_path()
2593 ZCSG(restart_in_progress) = 0; in zend_accel_init_shm()
3053 if (ZCSG(restart_in_progress)) {