|
ReactOS 0.4.16-dev-1946-g52006dd
|

Definition at line 143 of file threadpool.c.
| HANDLE threadpool::compl_port |
Definition at line 157 of file threadpool.c.
| CRITICAL_SECTION threadpool::cs |
Definition at line 148 of file threadpool.c.
| int threadpool::max_workers |
Definition at line 153 of file threadpool.c.
Referenced by TpSetPoolMaxThreads(), and TpSetPoolMinThreads().
| int threadpool::min_workers |
Definition at line 154 of file threadpool.c.
Referenced by TpSetPoolMaxThreads(), and TpSetPoolMinThreads().
| int threadpool::num_busy_workers |
Definition at line 156 of file threadpool.c.
| int threadpool::num_workers |
Definition at line 155 of file threadpool.c.
Referenced by TpSetPoolMinThreads().
| LONG threadpool::objcount |
Definition at line 146 of file threadpool.c.
Definition at line 150 of file threadpool.c.
| LONG threadpool::refcount |
Definition at line 145 of file threadpool.c.
| BOOL threadpool::shutdown |
Definition at line 147 of file threadpool.c.
| TP_POOL_STACK_INFORMATION threadpool::stack_info |
Definition at line 158 of file threadpool.c.
Referenced by TpQueryPoolStackInformation(), and TpSetPoolStackInformation().
| RTL_CONDITION_VARIABLE threadpool::update_event |
Definition at line 151 of file threadpool.c.