Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h265 zend_bool restart_in_progress; member
H A DZendAccelerator.c251 struct flock restart_in_progress; in accel_restart_enter()
253 restart_in_progress.l_type = F_WRLCK; 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()
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()
2640 ZCSG(restart_in_progress) = 0; in zend_accel_init_shm()
[all …]
H A Dzend_accelerator_module.c614 add_assoc_bool(return_value, "restart_in_progress", ZCSG(restart_in_progress));
H A Dzend_file_cache.c1621 !ZCSG(restart_in_progress) &&

Completed in 25 milliseconds