squidaio_thread_t Struct Reference
Collaboration diagram for squidaio_thread_t:

Public Attributes

squidaio_thread_tnext
 
pthread_t thread
 
squidaio_thread_status status
 
struct squidaio_request_tcurrent_req
 
unsigned long requests
 
HANDLE thread
 
DWORD dwThreadId
 
int volatile exit
 

Detailed Description

Definition at line 82 of file aiops.cc.

Member Data Documentation

◆ current_req

struct squidaio_request_t * squidaio_thread_t::current_req

Definition at line 87 of file aiops.cc.

Referenced by squidaio_init(), and squidaio_thread_loop().

◆ dwThreadId

DWORD squidaio_thread_t::dwThreadId

Definition at line 73 of file aiops_win32.cc.

Referenced by squidaio_init(), and squidaio_stats().

◆ exit

int volatile squidaio_thread_t::exit

Definition at line 78 of file aiops_win32.cc.

Referenced by squidaio_shutdown(), and squidaio_thread_loop().

◆ next

squidaio_thread_t * squidaio_thread_t::next

Definition at line 83 of file aiops.cc.

Referenced by squidaio_init(), squidaio_shutdown(), and squidaio_stats().

◆ requests

unsigned long squidaio_thread_t::requests

Definition at line 88 of file aiops.cc.

Referenced by squidaio_init(), squidaio_stats(), and squidaio_thread_loop().

◆ status

squidaio_thread_status squidaio_thread_t::status

Definition at line 85 of file aiops.cc.

Referenced by squidaio_init(), and squidaio_thread_loop().

◆ thread [1/2]

pthread_t squidaio_thread_t::thread

Definition at line 84 of file aiops.cc.

Referenced by squidaio_init(), squidaio_shutdown(), and squidaio_stats().

◆ thread [2/2]

HANDLE squidaio_thread_t::thread

Definition at line 72 of file aiops_win32.cc.


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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors