Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/quartz/
H A Dmemallocator.c808 CRITICAL_SECTION csState; member
892 This->csState.DebugInfo->Spare[0] = 0; in StdMemAllocator_Destroy()
893 DeleteCriticalSection(&This->csState); in StdMemAllocator_Destroy()
911 InitializeCriticalSection(&pMemAlloc->csState); in StdMemAllocator_create()
912 pMemAlloc->csState.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": StdMemAllocator.csState"); in StdMemAllocator_create()
916 …emAllocator_Free, NULL, NULL, NULL, StdMemAllocator_Destroy, &pMemAlloc->csState, &pMemAlloc->base… in StdMemAllocator_create()