FLOCK_STRUCTURE   475 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_in_progress, F_WRLCK, SEEK_SET, 2, 1);
FLOCK_STRUCTURE   490 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_finished, F_UNLCK, SEEK_SET, 2, 1);
FLOCK_STRUCTURE   503 ext/opcache/ZendAccelerator.c 		FLOCK_STRUCTURE(restart_check, F_WRLCK, SEEK_SET, 2, 1);
FLOCK_STRUCTURE   528 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_lock, F_RDLCK, SEEK_SET, 1, 1);
FLOCK_STRUCTURE   545 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_unlock, F_UNLCK, SEEK_SET, 1, 1);
FLOCK_STRUCTURE   558 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_unlock_all, F_UNLCK, SEEK_SET, 0, 0);
FLOCK_STRUCTURE   616 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);