ReactOS 0.4.16-dev-959-g2ec3a19
|
Definition at line 148 of file threadpool.c.
HANDLE threadpool::compl_port |
Definition at line 162 of file threadpool.c.
CRITICAL_SECTION threadpool::cs |
Definition at line 153 of file threadpool.c.
int threadpool::max_workers |
Definition at line 158 of file threadpool.c.
Referenced by TpSetPoolMaxThreads(), and TpSetPoolMinThreads().
int threadpool::min_workers |
Definition at line 159 of file threadpool.c.
Referenced by TpSetPoolMaxThreads(), and TpSetPoolMinThreads().
int threadpool::num_busy_workers |
Definition at line 161 of file threadpool.c.
int threadpool::num_workers |
Definition at line 160 of file threadpool.c.
Referenced by TpSetPoolMinThreads().
LONG threadpool::objcount |
Definition at line 151 of file threadpool.c.
Definition at line 155 of file threadpool.c.
LONG threadpool::refcount |
Definition at line 150 of file threadpool.c.
BOOL threadpool::shutdown |
Definition at line 152 of file threadpool.c.
TP_POOL_STACK_INFORMATION threadpool::stack_info |
Definition at line 163 of file threadpool.c.
Referenced by TpQueryPoolStackInformation(), and TpSetPoolStackInformation().
RTL_CONDITION_VARIABLE threadpool::update_event |
Definition at line 156 of file threadpool.c.