FLOCK_STRUCTURE 228 ext/opcache/ZendAccelerator.c static const FLOCK_STRUCTURE(restart_in_progress, F_WRLCK, SEEK_SET, 2, 1); FLOCK_STRUCTURE 243 ext/opcache/ZendAccelerator.c static const FLOCK_STRUCTURE(restart_finished, F_UNLCK, SEEK_SET, 2, 1); FLOCK_STRUCTURE 256 ext/opcache/ZendAccelerator.c FLOCK_STRUCTURE(restart_check, F_WRLCK, SEEK_SET, 2, 1); FLOCK_STRUCTURE 281 ext/opcache/ZendAccelerator.c static const FLOCK_STRUCTURE(mem_usage_lock, F_RDLCK, SEEK_SET, 1, 1); FLOCK_STRUCTURE 300 ext/opcache/ZendAccelerator.c static const FLOCK_STRUCTURE(mem_usage_unlock, F_UNLCK, SEEK_SET, 1, 1); FLOCK_STRUCTURE 313 ext/opcache/ZendAccelerator.c static const FLOCK_STRUCTURE(mem_usage_unlock_all, F_UNLCK, SEEK_SET, 0, 0); FLOCK_STRUCTURE 649 ext/opcache/ZendAccelerator.c FLOCK_STRUCTURE(mem_usage_check, F_WRLCK, SEEK_SET, 1, 1); FLOCK_STRUCTURE 373 ext/opcache/zend_shared_alloc.c static FLOCK_STRUCTURE(mem_write_lock, F_WRLCK, SEEK_SET, 0, 1); FLOCK_STRUCTURE 374 ext/opcache/zend_shared_alloc.c static FLOCK_STRUCTURE(mem_write_unlock, F_UNLCK, SEEK_SET, 0, 1);