|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HANDLE | semaphore1 |
| HANDLE | semaphore2 |
| DWORD | wait_result |
| DWORD | threadid |
| LONG | userdata |
Definition at line 169 of file threadpool.c.
| HANDLE rtl_wait_info::semaphore1 |
Definition at line 171 of file threadpool.c.
| HANDLE rtl_wait_info::semaphore2 |
Definition at line 172 of file threadpool.c.
| DWORD rtl_wait_info::threadid |
Definition at line 174 of file threadpool.c.
Referenced by test_RtlRegisterWait().
| LONG rtl_wait_info::userdata |
Definition at line 175 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 173 of file threadpool.c.