lock_file         230 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &restart_in_progress) == -1) {
lock_file         246 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &restart_finished) == -1) {
lock_file         258 ext/opcache/ZendAccelerator.c 		if (fcntl(lock_file, F_GETLK, &restart_check) == -1) {
lock_file         283 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &mem_usage_lock) == -1) {
lock_file         302 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &mem_usage_unlock) == -1) {
lock_file         315 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &mem_usage_unlock_all) == -1) {
lock_file         630 ext/opcache/ZendAccelerator.c 		if (fcntl(lock_file, F_GETLK, mem_usage_check) == -1) {
lock_file         652 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_GETLK, &mem_usage_check) == -1) {
lock_file         100 ext/opcache/ZendAccelerator.h extern int lock_file;
lock_file          57 ext/opcache/zend_shared_alloc.c int lock_file;
lock_file          87 ext/opcache/zend_shared_alloc.c 	lock_file = mkstemp(lockfile_name);
lock_file          88 ext/opcache/zend_shared_alloc.c 	fchmod(lock_file, 0666);
lock_file          90 ext/opcache/zend_shared_alloc.c 	if (lock_file == -1) {
lock_file          93 ext/opcache/zend_shared_alloc.c 	val = fcntl(lock_file, F_GETFD, 0);
lock_file          95 ext/opcache/zend_shared_alloc.c 	fcntl(lock_file, F_SETFD, val);
lock_file         277 ext/opcache/zend_shared_alloc.c 	close(lock_file);
lock_file         393 ext/opcache/zend_shared_alloc.c 		if (fcntl(lock_file, F_SETLKW, &mem_write_lock) == -1) {
lock_file         413 ext/opcache/zend_shared_alloc.c 	if (fcntl(lock_file, F_SETLK, &mem_write_unlock) == -1) {