ReactOS 0.4.16-dev-974-g5022a45
|
Public Attributes | |
struct list | bucket_entry |
LONG | objcount |
struct list | reserved |
struct list | waiting |
HANDLE | update_event |
BOOL | alertable |
Definition at line 351 of file threadpool.c.
BOOL waitqueue_bucket::alertable |
Definition at line 358 of file threadpool.c.
Referenced by tp_waitqueue_lock(), and waitqueue_thread_proc().
Definition at line 353 of file threadpool.c.
Referenced by tp_waitqueue_lock(), and waitqueue_thread_proc().
LONG waitqueue_bucket::objcount |
Definition at line 354 of file threadpool.c.
Referenced by tp_waitqueue_lock(), tp_waitqueue_unlock(), and waitqueue_thread_proc().
Definition at line 355 of file threadpool.c.
Referenced by tp_waitqueue_lock(), TpSetWait(), and waitqueue_thread_proc().
HANDLE waitqueue_bucket::update_event |
Definition at line 357 of file threadpool.c.
Referenced by tp_waitqueue_lock(), tp_waitqueue_unlock(), TpSetWait(), and waitqueue_thread_proc().
Definition at line 356 of file threadpool.c.
Referenced by tp_waitqueue_lock(), TpSetWait(), and waitqueue_thread_proc().