map_retries       202 ext/opcache/shared_alloc_win32.c 	int map_retries = 0;
map_retries       233 ext/opcache/shared_alloc_win32.c 			if (++map_retries >= MAX_MAP_RETRIES) {
map_retries       237 ext/opcache/shared_alloc_win32.c 			Sleep(1000 * (map_retries + 1));
map_retries       245 ext/opcache/shared_alloc_win32.c 	if (map_retries == MAX_MAP_RETRIES) {