Home
last modified time | relevance | path

Searched refs:memory_mutex (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/opcache/
H A Dshared_alloc_win32.c36 static HANDLE memfile = NULL, memory_mutex = NULL; variable
118 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
119 if (!memory_mutex) { in zend_shared_alloc_create_lock()
123 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
128 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
137 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
359 CloseHandle(memory_mutex); in detach_segment()
360 memory_mutex = NULL; in detach_segment()

Completed in 4 milliseconds