ReactOS 0.4.17-dev-934-g091855f
system_clock Struct Reference
Collaboration diagram for system_clock:

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
 

Detailed Description

Definition at line 38 of file systemclock.c.

Member Data Documentation

◆ cs

CRITICAL_SECTION system_clock::cs

Definition at line 49 of file systemclock.c.

◆ cv

CONDITION_VARIABLE system_clock::cv

Definition at line 50 of file systemclock.c.

◆ IReferenceClock_iface

IReferenceClock system_clock::IReferenceClock_iface

Definition at line 40 of file systemclock.c.

Referenced by impl_from_IReferenceClock().

◆ IUnknown_inner

IUnknown system_clock::IUnknown_inner

Definition at line 41 of file systemclock.c.

Referenced by impl_from_IUnknown().

◆ last_time

REFERENCE_TIME system_clock::last_time

Definition at line 48 of file systemclock.c.

◆ outer_unk

IUnknown* system_clock::outer_unk

Definition at line 42 of file systemclock.c.

◆ refcount

LONG system_clock::refcount

Definition at line 43 of file systemclock.c.

Referenced by system_clock_inner_AddRef(), and system_clock_inner_Release().

◆ sinks

struct list system_clock::sinks

Definition at line 52 of file systemclock.c.

◆ thread

HANDLE system_clock::thread

Definition at line 47 of file systemclock.c.

◆ thread_created

LONG system_clock::thread_created

Definition at line 45 of file systemclock.c.

◆ thread_stopped

BOOL system_clock::thread_stopped

Definition at line 46 of file systemclock.c.


The documentation for this struct was generated from the following file: