|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| SystemClockAdviseEntry * | next |
| SystemClockAdviseEntry * | prev |
| HANDLE | hEvent |
| REFERENCE_TIME | rtBaseTime |
| REFERENCE_TIME | rtIntervalTime |
Definition at line 30 of file systemclock.c.
| HANDLE SystemClockAdviseEntry::hEvent |
Definition at line 34 of file systemclock.c.
Referenced by SystemClockAdviseThread().
| SystemClockAdviseEntry* SystemClockAdviseEntry::next |
Definition at line 31 of file systemclock.c.
Referenced by QUARTZ_InsertAviseEntryFromQueue(), SystemClockAdviseThread(), and SystemClockImpl_Unadvise().
| SystemClockAdviseEntry* SystemClockAdviseEntry::prev |
Definition at line 32 of file systemclock.c.
| REFERENCE_TIME SystemClockAdviseEntry::rtBaseTime |
Definition at line 35 of file systemclock.c.
Referenced by QUARTZ_InsertAviseEntryFromQueue(), and SystemClockAdviseThread().
| REFERENCE_TIME SystemClockAdviseEntry::rtIntervalTime |
Definition at line 36 of file systemclock.c.
Referenced by QUARTZ_InsertAviseEntryFromQueue(), and SystemClockAdviseThread().