Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/quartz/
H A Dsystemclock.c39 typedef struct SystemClockImpl { struct
53 } SystemClockImpl; argument
97 SystemClockImpl* This = lpParam; in SystemClockAdviseThread()
203 SystemClockImpl *This = impl_from_IReferenceClock(iface); in SystemClockImpl_AddRef()
212 SystemClockImpl *This = impl_from_IReferenceClock(iface); in SystemClockImpl_QueryInterface()
228 SystemClockImpl *This = impl_from_IReferenceClock(iface); in SystemClockImpl_Release()
244 SystemClockImpl *This = impl_from_IReferenceClock(iface); in SystemClockImpl_GetTime()
266 SystemClockImpl *This = impl_from_IReferenceClock(iface); in SystemClockImpl_AdviseTime()
378 SystemClockImpl* obj = NULL; in QUARTZ_CreateSystemClock()
382 obj = CoTaskMemAlloc(sizeof(SystemClockImpl)); in QUARTZ_CreateSystemClock()
[all …]