ReactOS 0.4.16-dev-974-g5022a45
waitqueue_bucket Struct Reference
Collaboration diagram for waitqueue_bucket:

Public Attributes

struct list bucket_entry
 
LONG objcount
 
struct list reserved
 
struct list waiting
 
HANDLE update_event
 
BOOL alertable
 

Detailed Description

Definition at line 351 of file threadpool.c.

Member Data Documentation

◆ alertable

BOOL waitqueue_bucket::alertable

Definition at line 358 of file threadpool.c.

Referenced by tp_waitqueue_lock(), and waitqueue_thread_proc().

◆ bucket_entry

struct list waitqueue_bucket::bucket_entry

Definition at line 353 of file threadpool.c.

Referenced by tp_waitqueue_lock(), and waitqueue_thread_proc().

◆ objcount

LONG waitqueue_bucket::objcount

Definition at line 354 of file threadpool.c.

Referenced by tp_waitqueue_lock(), tp_waitqueue_unlock(), and waitqueue_thread_proc().

◆ reserved

struct list waitqueue_bucket::reserved

Definition at line 355 of file threadpool.c.

Referenced by tp_waitqueue_lock(), TpSetWait(), and waitqueue_thread_proc().

◆ update_event

HANDLE waitqueue_bucket::update_event

◆ waiting

struct list waitqueue_bucket::waiting

Definition at line 356 of file threadpool.c.

Referenced by tp_waitqueue_lock(), TpSetWait(), and waitqueue_thread_proc().


The documentation for this struct was generated from the following file: