lock_file         487 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &restart_in_progress) == -1) {
lock_file         503 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &restart_finished) == -1) {
lock_file         515 ext/opcache/ZendAccelerator.c 		if (fcntl(lock_file, F_GETLK, &restart_check) == -1) {
lock_file         540 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &mem_usage_lock) == -1) {
lock_file         557 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &mem_usage_unlock) == -1) {
lock_file         570 ext/opcache/ZendAccelerator.c 	if (fcntl(lock_file, F_SETLK, &mem_usage_unlock_all) == -1) {
lock_file         607 ext/opcache/ZendAccelerator.c 		if (fcntl(lock_file, F_GETLK, mem_usage_check) == -1) {
lock_file         629 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          58 ext/opcache/zend_shared_alloc.c int lock_file;
lock_file          88 ext/opcache/zend_shared_alloc.c 	lock_file = mkstemp(lockfile_name);
lock_file          89 ext/opcache/zend_shared_alloc.c 	fchmod(lock_file, 0666);
lock_file          91 ext/opcache/zend_shared_alloc.c 	if (lock_file == -1) {
lock_file          94 ext/opcache/zend_shared_alloc.c 	val = fcntl(lock_file, F_GETFD, 0);
lock_file          96 ext/opcache/zend_shared_alloc.c 	fcntl(lock_file, F_SETFD, val);
lock_file         269 ext/opcache/zend_shared_alloc.c 	close(lock_file);
lock_file         385 ext/opcache/zend_shared_alloc.c 		if (fcntl(lock_file, F_SETLKW, &mem_write_lock) == -1) {
lock_file         416 ext/opcache/zend_shared_alloc.c 	if (fcntl(lock_file, F_SETLK, &mem_write_unlock) == -1) {