|
Squid Web Cache master
|
Public Attributes | |
| squidaio_thread_t * | next |
| pthread_t | thread |
| squidaio_thread_status | status |
| struct squidaio_request_t * | current_req |
| unsigned long | requests |
| HANDLE | thread |
| DWORD | dwThreadId |
| int volatile | exit |
| struct squidaio_request_t * squidaio_thread_t::current_req |
Definition at line 89 of file aiops.cc.
Referenced by squidaio_init(), squidaio_thread_loop(), and squidaio_thread_loop().
| DWORD squidaio_thread_t::dwThreadId |
Definition at line 76 of file aiops_win32.cc.
Referenced by squidaio_init(), and squidaio_stats().
| int volatile squidaio_thread_t::exit |
Definition at line 81 of file aiops_win32.cc.
Referenced by squidaio_shutdown(), and squidaio_thread_loop().
| squidaio_thread_t * squidaio_thread_t::next |
Definition at line 85 of file aiops.cc.
Referenced by squidaio_init(), squidaio_shutdown(), and squidaio_stats().
| unsigned long squidaio_thread_t::requests |
Definition at line 90 of file aiops.cc.
Referenced by squidaio_init(), squidaio_stats(), squidaio_thread_loop(), and squidaio_thread_loop().
| squidaio_thread_status squidaio_thread_t::status |
Definition at line 87 of file aiops.cc.
Referenced by squidaio_init(), squidaio_thread_loop(), and squidaio_thread_loop().
| pthread_t squidaio_thread_t::thread |
Definition at line 86 of file aiops.cc.
Referenced by squidaio_init(), squidaio_shutdown(), and squidaio_stats().
| HANDLE squidaio_thread_t::thread |
Definition at line 75 of file aiops_win32.cc.