Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A DZendAccelerator.c478 if (fcntl(lock_file, F_SETLK, &restart_in_progress) == -1) { in accel_restart_enter()
482 ZCSG(restart_in_progress) = 1; in accel_restart_enter()
488 ZCSG(restart_in_progress) = 0; in accel_restart_leave()
493 ZCSG(restart_in_progress) = 0; in accel_restart_leave()
502 if (ZCSG(restart_in_progress)) { in accel_restart_is_active()
511 ZCSG(restart_in_progress) = 0; in accel_restart_is_active()
1806 !ZCSG(restart_in_progress)) {
1902 !ZCSG(restart_in_progress)) {
1967 !ZCSG(restart_in_progress)) {
2481 ZCSG(restart_in_progress) = 0;
[all …]
H A DZendAccelerator.h299 zend_bool restart_in_progress; member
H A Dzend_accelerator_module.c575 add_assoc_bool(return_value, "restart_in_progress", ZCSG(restart_in_progress)); in ZEND_FUNCTION()

Completed in 28 milliseconds