ReactOS 0.4.16-dev-1946-g52006dd
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 269 of file threadpool.c.

Member Data Documentation

◆ cs

CRITICAL_SECTION threadpool_group::cs

Definition at line 273 of file threadpool.c.

◆ members

struct list threadpool_group::members

Definition at line 275 of file threadpool.c.

◆ refcount

LONG threadpool_group::refcount

Definition at line 271 of file threadpool.c.

◆ shutdown

BOOL threadpool_group::shutdown

Definition at line 272 of file threadpool.c.


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