Home
last modified time | relevance | path

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

/reactos/win32ss/reactx/dxg/
H A Dddhmg.c23 HSEMAPHORE ghsemHmgr = NULL; variable
57 ghsemHmgr = EngCreateSemaphore(); in DdHmgCreate()
59 if (ghsemHmgr) in DdHmgCreate()
70 ghsemHmgr = NULL; in DdHmgCreate()
108 if (ghsemHmgr) in DdHmgDestroy()
110 EngDeleteSemaphore(ghsemHmgr); in DdHmgDestroy()
111 ghsemHmgr = NULL; in DdHmgDestroy()
351 EngAcquireSemaphore(ghsemHmgr); in DdHmgAlloc()
383 EngReleaseSemaphore(ghsemHmgr); in DdHmgAlloc()
409 EngAcquireSemaphore(ghsemHmgr); in DdHmgFree()
[all …]
H A Ddxg_int.h180 extern HSEMAPHORE ghsemHmgr;