|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct threadpool_object * | object |
| 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 |
Definition at line 251 of file threadpool.c.
| BOOL threadpool_instance::associated |
Definition at line 255 of file threadpool.c.
| struct { ... } threadpool_instance::cleanup |
| CRITICAL_SECTION* threadpool_instance::critical_section |
Definition at line 259 of file threadpool.c.
| HANDLE threadpool_instance::event |
Definition at line 263 of file threadpool.c.
| HMODULE threadpool_instance::library |
Definition at line 264 of file threadpool.c.
| BOOL threadpool_instance::may_run_long |
Definition at line 256 of file threadpool.c.
| HANDLE threadpool_instance::mutex |
Definition at line 260 of file threadpool.c.
Referenced by TpCallbackReleaseMutexOnCompletion().
| struct threadpool_object* threadpool_instance::object |
Definition at line 253 of file threadpool.c.
| HANDLE threadpool_instance::semaphore |
Definition at line 261 of file threadpool.c.
| LONG threadpool_instance::semaphore_count |
Definition at line 262 of file threadpool.c.
| DWORD threadpool_instance::threadid |
Definition at line 254 of file threadpool.c.