ReactOS 0.4.16-dev-981-g80eb313
|
Public Attributes | |
DWORD | magic |
RTL_CRITICAL_SECTION | cs |
struct list | timers |
BOOL | quit |
HANDLE | event |
HANDLE | thread |
Definition at line 130 of file threadpool.c.
RTL_CRITICAL_SECTION timer_queue::cs |
Definition at line 133 of file threadpool.c.
HANDLE timer_queue::event |
Definition at line 136 of file threadpool.c.
DWORD timer_queue::magic |
Definition at line 132 of file threadpool.c.
BOOL timer_queue::quit |
Definition at line 135 of file threadpool.c.
HANDLE timer_queue::thread |
Definition at line 137 of file threadpool.c.
Definition at line 134 of file threadpool.c.