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

Public Attributes

struct threadpool_objectobject
 
DWORD threadid
 
BOOL associated
 
BOOL may_run_long
 
struct {
   CRITICAL_SECTION *   critical_section
 
   HANDLE   mutex
 
   HANDLE   semaphore
 
   LONG   semaphore_count
 
   HANDLE   event
 
   HMODULE   library
 
cleanup
 

Detailed Description

Definition at line 256 of file threadpool.c.

Member Data Documentation

◆ associated

BOOL threadpool_instance::associated

Definition at line 260 of file threadpool.c.

◆ 

struct { ... } threadpool_instance::cleanup

◆ critical_section

CRITICAL_SECTION* threadpool_instance::critical_section

Definition at line 264 of file threadpool.c.

◆ event

HANDLE threadpool_instance::event

Definition at line 268 of file threadpool.c.

◆ library

HMODULE threadpool_instance::library

Definition at line 269 of file threadpool.c.

◆ may_run_long

BOOL threadpool_instance::may_run_long

Definition at line 261 of file threadpool.c.

◆ mutex

HANDLE threadpool_instance::mutex

Definition at line 265 of file threadpool.c.

Referenced by TpCallbackReleaseMutexOnCompletion().

◆ object

struct threadpool_object* threadpool_instance::object

Definition at line 258 of file threadpool.c.

◆ semaphore

HANDLE threadpool_instance::semaphore

Definition at line 266 of file threadpool.c.

◆ semaphore_count

LONG threadpool_instance::semaphore_count

Definition at line 267 of file threadpool.c.

◆ threadid

DWORD threadpool_instance::threadid

Definition at line 259 of file threadpool.c.


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