Searched defs:hSemaphore (Results 1 – 9 of 9) sorted by relevance
/reactos/sdk/lib/atl/ |
H A D | atlsync.h | 158 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 D | sem.c | 76 HANDLE hSemaphore; in NtCreateSemaphore() local 165 HANDLE hSemaphore; in NtOpenSemaphore() local
|
/reactos/modules/rostests/apitests/crt/ |
H A D | atexit.c | 69 HANDLE hSemaphore; in START_TEST() local
|
/reactos/dll/directx/wine/dmusic/ |
H A D | clock.c | 92 …eClock *iface, REFERENCE_TIME startTime, REFERENCE_TIME periodTime, HANDLE hSemaphore, DWORD* pdwA… in IReferenceClockImpl_AdvisePeriodic()
|
/reactos/base/applications/msconfig_new/ |
H A D | msconfig.c | 345 HANDLE hSemaphore; in Initialize() local
|
/reactos/dll/directx/wine/quartz/ |
H A D | systemclock.c | 301 …* iface, REFERENCE_TIME rtStartTime, REFERENCE_TIME rtPeriodTime, HSEMAPHORE hSemaphore, DWORD_PTR… in SystemClockImpl_AdvisePeriodic()
|
H A D | dsoundrender.c | 1106 HSEMAPHORE hSemaphore, in ReferenceClock_AdvisePeriodic()
|
/reactos/dll/win32/kernel32/client/ |
H A D | synch.c | 542 ReleaseSemaphore(IN HANDLE hSemaphore, in ReleaseSemaphore()
|
/reactos/dll/directx/ksproxy/ |
H A D | proxy.cpp | 722 HSEMAPHORE hSemaphore, in AdvisePeriodic()
|