Home
last modified time | relevance | path

Searched defs:hSemaphore (Results 1 – 9 of 9) sorted by relevance

/reactos/sdk/lib/atl/
H A Datlsync.h158 CSemaphore(CSemaphore& hSemaphore) : CHandle(hSemaphore) in CSemaphore() function
172 explicit CSemaphore(HANDLE hSemaphore) : CHandle(hSemaphore) in CSemaphore()
178 HANDLE hSemaphore = ::CreateSemaphore(pSecurity, nInitialCount, nMaxCount, pszName); in Create() local
186 HANDLE hSemaphore = ::OpenSemaphore(dwAccess, bInheritHandle, pszName); in Open() local
/reactos/ntoskrnl/ex/
H A Dsem.c76 HANDLE hSemaphore; in NtCreateSemaphore() local
165 HANDLE hSemaphore; in NtOpenSemaphore() local
/reactos/modules/rostests/apitests/crt/
H A Datexit.c69 HANDLE hSemaphore; in START_TEST() local
/reactos/dll/directx/wine/dmusic/
H A Dclock.c92 …eClock *iface, REFERENCE_TIME startTime, REFERENCE_TIME periodTime, HANDLE hSemaphore, DWORD* pdwA… in IReferenceClockImpl_AdvisePeriodic()
/reactos/base/applications/msconfig_new/
H A Dmsconfig.c345 HANDLE hSemaphore; in Initialize() local
/reactos/dll/directx/wine/quartz/
H A Dsystemclock.c301 …* iface, REFERENCE_TIME rtStartTime, REFERENCE_TIME rtPeriodTime, HSEMAPHORE hSemaphore, DWORD_PTR… in SystemClockImpl_AdvisePeriodic()
H A Ddsoundrender.c1106 HSEMAPHORE hSemaphore, in ReferenceClock_AdvisePeriodic()
/reactos/dll/win32/kernel32/client/
H A Dsynch.c542 ReleaseSemaphore(IN HANDLE hSemaphore, in ReleaseSemaphore()
/reactos/dll/directx/ksproxy/
H A Dproxy.cpp722 HSEMAPHORE hSemaphore, in AdvisePeriodic()