Home
last modified time | relevance | path

Searched refs:restart_in_progress (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/
H A DZendAccelerator.h268 bool restart_in_progress; member
H A DZendAccelerator.c270 struct flock restart_in_progress; in accel_restart_enter()
272 restart_in_progress.l_type = F_WRLCK; in accel_restart_enter()
274 restart_in_progress.l_start = 2; in accel_restart_enter()
275 restart_in_progress.l_len = 1; in accel_restart_enter()
281 ZCSG(restart_in_progress) = true; in accel_restart_enter()
287 ZCSG(restart_in_progress) = false; in accel_restart_leave()
297 ZCSG(restart_in_progress) = false; in accel_restart_leave()
306 if (ZCSG(restart_in_progress)) { in accel_restart_is_active()
320 ZCSG(restart_in_progress) = false; in accel_restart_is_active()
2934 ZCSG(restart_in_progress) = false; in zend_accel_init_shm()
[all …]
H A Dzend_accelerator_module.c674 add_assoc_bool(return_value, "restart_in_progress", ZCSG(restart_in_progress));
H A Dzend_file_cache.c1915 !ZCSG(restart_in_progress) &&

Completed in 27 milliseconds