ReactOS 0.4.16-dev-927-g467dec4
|
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 256 of file threadpool.c.
BOOL threadpool_instance::associated |
Definition at line 260 of file threadpool.c.
struct { ... } threadpool_instance::cleanup |
CRITICAL_SECTION* threadpool_instance::critical_section |
Definition at line 264 of file threadpool.c.
HANDLE threadpool_instance::event |
Definition at line 268 of file threadpool.c.
HMODULE threadpool_instance::library |
Definition at line 269 of file threadpool.c.
BOOL threadpool_instance::may_run_long |
Definition at line 261 of file threadpool.c.
HANDLE threadpool_instance::mutex |
Definition at line 265 of file threadpool.c.
Referenced by TpCallbackReleaseMutexOnCompletion().
struct threadpool_object* threadpool_instance::object |
Definition at line 258 of file threadpool.c.
HANDLE threadpool_instance::semaphore |
Definition at line 266 of file threadpool.c.
LONG threadpool_instance::semaphore_count |
Definition at line 267 of file threadpool.c.
DWORD threadpool_instance::threadid |
Definition at line 259 of file threadpool.c.