FLOCK_STRUCTURE   485 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_in_progress, F_WRLCK, SEEK_SET, 2, 1);
FLOCK_STRUCTURE   500 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_finished, F_UNLCK, SEEK_SET, 2, 1);
FLOCK_STRUCTURE   513 ext/opcache/ZendAccelerator.c 		FLOCK_STRUCTURE(restart_check, F_WRLCK, SEEK_SET, 2, 1);
FLOCK_STRUCTURE   538 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_lock, F_RDLCK, SEEK_SET, 1, 1);
FLOCK_STRUCTURE   555 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_unlock, F_UNLCK, SEEK_SET, 1, 1);
FLOCK_STRUCTURE   568 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_unlock_all, F_UNLCK, SEEK_SET, 0, 0);
FLOCK_STRUCTURE   626 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);