ReactOS 0.4.16-dev-927-g467dec4
threadpool_group Struct Reference
Collaboration diagram for threadpool_group:

Public Attributes

LONG refcount
 
BOOL shutdown
 
CRITICAL_SECTION cs
 
struct list members
 

Detailed Description

Definition at line 274 of file threadpool.c.

Member Data Documentation

◆ cs

CRITICAL_SECTION threadpool_group::cs

Definition at line 278 of file threadpool.c.

◆ members

struct list threadpool_group::members

Definition at line 280 of file threadpool.c.

◆ refcount

LONG threadpool_group::refcount

Definition at line 276 of file threadpool.c.

◆ shutdown

BOOL threadpool_group::shutdown

Definition at line 277 of file threadpool.c.


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