|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| IReferenceClock | IReferenceClock_iface |
| IUnknown | IUnknown_inner |
| IUnknown * | outer_unk |
| LONG | refcount |
| LONG | thread_created |
| BOOL | thread_stopped |
| HANDLE | thread |
| REFERENCE_TIME | last_time |
| CRITICAL_SECTION | cs |
| CONDITION_VARIABLE | cv |
| struct list | sinks |
Definition at line 38 of file systemclock.c.
| CRITICAL_SECTION system_clock::cs |
Definition at line 49 of file systemclock.c.
| CONDITION_VARIABLE system_clock::cv |
Definition at line 50 of file systemclock.c.
| IReferenceClock system_clock::IReferenceClock_iface |
Definition at line 40 of file systemclock.c.
Referenced by impl_from_IReferenceClock().
| IUnknown system_clock::IUnknown_inner |
Definition at line 41 of file systemclock.c.
Referenced by impl_from_IUnknown().
| REFERENCE_TIME system_clock::last_time |
Definition at line 48 of file systemclock.c.
| IUnknown* system_clock::outer_unk |
Definition at line 42 of file systemclock.c.
| LONG system_clock::refcount |
Definition at line 43 of file systemclock.c.
Referenced by system_clock_inner_AddRef(), and system_clock_inner_Release().
Definition at line 52 of file systemclock.c.
| HANDLE system_clock::thread |
Definition at line 47 of file systemclock.c.
| LONG system_clock::thread_created |
Definition at line 45 of file systemclock.c.
| BOOL system_clock::thread_stopped |
Definition at line 46 of file systemclock.c.