Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/quartz/
H A Dmemallocator.c57 HANDLE hSemWaiting; member
104 pMemAlloc->hSemWaiting = NULL; in BaseMemAllocator_Init()
153 CloseHandle(This->hSemWaiting); in BaseMemAllocator_Release()
236 …if (!(This->hSemWaiting = CreateSemaphoreW(NULL, This->props.cBuffers, This->props.cBuffers, NULL)… in BaseMemAllocator_Commit()
273 ReleaseSemaphore(This->hSemWaiting, This->lWaiting, NULL); in BaseMemAllocator_Decommit()
283 CloseHandle(This->hSemWaiting); in BaseMemAllocator_Decommit()
284 This->hSemWaiting = NULL; in BaseMemAllocator_Decommit()
321 …if (WaitForSingleObject(This->hSemWaiting, (dwFlags & AM_GBF_NOWAIT) ? 0 : INFINITE) != WAIT_OBJEC… in BaseMemAllocator_GetBuffer()
389 CloseHandle(This->hSemWaiting); in BaseMemAllocator_ReleaseBuffer()
390 This->hSemWaiting = NULL; in BaseMemAllocator_ReleaseBuffer()
[all …]