ReactOS 0.4.16-dev-983-g23ad936
|
Public Attributes | |
PRTL_WORK_ITEM_ROUTINE | function |
PVOID | context |
Definition at line 78 of file threadpool.c.
PVOID rtl_work_item::context |
Definition at line 81 of file threadpool.c.
Referenced by RtlQueueWorkItem().
PRTL_WORK_ITEM_ROUTINE rtl_work_item::function |
Definition at line 80 of file threadpool.c.
Referenced by RtlQueueWorkItem().