Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A DZendAccelerator.c234 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 …]
H A DZendAccelerator.h279 zend_bool restart_in_progress; member
H A Dzend_accelerator_module.c627 add_assoc_bool(return_value, "restart_in_progress", ZCSG(restart_in_progress));
H A Dzend_file_cache.c1433 !ZCSG(restart_in_progress) && in zend_file_cache_script_load()

Completed in 20 milliseconds