|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct list | bucket_entry |
| LONG | objcount |
| struct list | reserved |
| struct list | waiting |
| HANDLE | update_event |
| BOOL | alertable |
Definition at line 346 of file threadpool.c.
| BOOL waitqueue_bucket::alertable |
Definition at line 353 of file threadpool.c.
Referenced by tp_waitqueue_lock(), and waitqueue_thread_proc().
Definition at line 348 of file threadpool.c.
Referenced by tp_waitqueue_lock(), and waitqueue_thread_proc().
| LONG waitqueue_bucket::objcount |
Definition at line 349 of file threadpool.c.
Referenced by tp_waitqueue_lock(), tp_waitqueue_unlock(), and waitqueue_thread_proc().
Definition at line 350 of file threadpool.c.
Referenced by tp_waitqueue_lock(), TpSetWait(), and waitqueue_thread_proc().
| HANDLE waitqueue_bucket::update_event |
Definition at line 352 of file threadpool.c.
Referenced by tp_waitqueue_lock(), tp_waitqueue_unlock(), TpSetWait(), and waitqueue_thread_proc().
Definition at line 351 of file threadpool.c.
Referenced by tp_waitqueue_lock(), TpSetWait(), and waitqueue_thread_proc().