memory_mutex       35 ext/opcache/shared_alloc_win32.c static HANDLE memfile = NULL, memory_mutex = NULL;
memory_mutex      104 ext/opcache/shared_alloc_win32.c 	memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME));
memory_mutex      105 ext/opcache/shared_alloc_win32.c 	if (!memory_mutex) {
memory_mutex      109 ext/opcache/shared_alloc_win32.c 	ReleaseMutex(memory_mutex);
memory_mutex      114 ext/opcache/shared_alloc_win32.c 	DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE);
memory_mutex      123 ext/opcache/shared_alloc_win32.c 	ReleaseMutex(memory_mutex);
memory_mutex      339 ext/opcache/shared_alloc_win32.c 	CloseHandle(memory_mutex);
memory_mutex      340 ext/opcache/shared_alloc_win32.c 	memory_mutex = NULL;