Searched refs:restart_in_progress (Results 1 – 4 of 4) sorted by relevance
263 bool restart_in_progress; member
266 struct flock restart_in_progress; in accel_restart_enter()268 restart_in_progress.l_type = F_WRLCK; in accel_restart_enter()270 restart_in_progress.l_start = 2; in accel_restart_enter()271 restart_in_progress.l_len = 1; in accel_restart_enter()277 ZCSG(restart_in_progress) = true; in accel_restart_enter()283 ZCSG(restart_in_progress) = false; in accel_restart_leave()293 ZCSG(restart_in_progress) = false; in accel_restart_leave()302 if (ZCSG(restart_in_progress)) { in accel_restart_is_active()316 ZCSG(restart_in_progress) = false; in accel_restart_is_active()2910 ZCSG(restart_in_progress) = false; in zend_accel_init_shm()[all …]
663 add_assoc_bool(return_value, "restart_in_progress", ZCSG(restart_in_progress));
1872 !ZCSG(restart_in_progress) &&
Completed in 24 milliseconds