ReactOS 0.4.16-dev-117-g38f21f9
|
Public Attributes | |
HANDLE | semaphore1 |
HANDLE | semaphore2 |
DWORD | wait_result |
DWORD | threadid |
LONG | userdata |
Definition at line 146 of file threadpool.c.
HANDLE rtl_wait_info::semaphore1 |
Definition at line 148 of file threadpool.c.
HANDLE rtl_wait_info::semaphore2 |
Definition at line 149 of file threadpool.c.
DWORD rtl_wait_info::threadid |
Definition at line 151 of file threadpool.c.
LONG rtl_wait_info::userdata |
Definition at line 152 of file threadpool.c.
Referenced by disassociate2_cb(), disassociate3_cb(), disassociate_cb(), group_cancel_cleanup_increment_cb(), group_cancel_cleanup_release2_cb(), group_cancel_cleanup_release_cb(), instance_finalization_cb(), instance_semaphore_completion_cb(), rtl_wait_cb(), simple2_cb(), simple_cb(), simple_group_cancel_cb(), simple_release_cb(), test_tp_group_cancel(), test_tp_simple(), test_tp_work(), test_tp_work_scheduler(), timer_cb(), timer_release_cb(), wait_release_cb(), work2_cb(), work_cb(), work_group_cancel_cb(), and work_release_cb().
DWORD rtl_wait_info::wait_result |
Definition at line 150 of file threadpool.c.