FLOCK_STRUCTURE   476 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_in_progress, F_WRLCK, SEEK_SET, 2, 1);
FLOCK_STRUCTURE   491 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_finished, F_UNLCK, SEEK_SET, 2, 1);
FLOCK_STRUCTURE   504 ext/opcache/ZendAccelerator.c 		FLOCK_STRUCTURE(restart_check, F_WRLCK, SEEK_SET, 2, 1);
FLOCK_STRUCTURE   529 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_lock, F_RDLCK, SEEK_SET, 1, 1);
FLOCK_STRUCTURE   546 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_unlock, F_UNLCK, SEEK_SET, 1, 1);
FLOCK_STRUCTURE   559 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_unlock_all, F_UNLCK, SEEK_SET, 0, 0);
FLOCK_STRUCTURE   617 ext/opcache/ZendAccelerator.c 	FLOCK_STRUCTURE(mem_usage_check, F_WRLCK, SEEK_SET, 1, 1);
FLOCK_STRUCTURE   365 ext/opcache/zend_shared_alloc.c static FLOCK_STRUCTURE(mem_write_lock, F_WRLCK, SEEK_SET, 0, 1);
FLOCK_STRUCTURE   366 ext/opcache/zend_shared_alloc.c static FLOCK_STRUCTURE(mem_write_unlock, F_UNLCK, SEEK_SET, 0, 1);