memory_mutex 38 ext/opcache/shared_alloc_win32.c static HANDLE memfile = NULL, memory_mutex = NULL; memory_mutex 146 ext/opcache/shared_alloc_win32.c memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); memory_mutex 147 ext/opcache/shared_alloc_win32.c if (!memory_mutex) { memory_mutex 151 ext/opcache/shared_alloc_win32.c ReleaseMutex(memory_mutex); memory_mutex 156 ext/opcache/shared_alloc_win32.c DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); memory_mutex 165 ext/opcache/shared_alloc_win32.c ReleaseMutex(memory_mutex); memory_mutex 378 ext/opcache/shared_alloc_win32.c CloseHandle(memory_mutex);