Searched refs:memory_mutex (Results 1 – 1 of 1) sorted by relevance
35 static HANDLE memfile = NULL, memory_mutex = NULL; variable104 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()105 if (!memory_mutex) { in zend_shared_alloc_create_lock()109 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()114 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()123 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()331 CloseHandle(memory_mutex); in detach_segment()
Completed in 5 milliseconds