Searched refs:restart_in_progress (Results 1 – 4 of 4) sorted by relevance
234 static 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()[all …]
279 zend_bool restart_in_progress; member
627 add_assoc_bool(return_value, "restart_in_progress", ZCSG(restart_in_progress));
1433 !ZCSG(restart_in_progress) && in zend_file_cache_script_load()
Completed in 21 milliseconds