| 16 | } TP_TASK_CALLBACKS, * PTP_TASK_CALLBACKS; |
| 17 | |
| 18 | typedef struct _TP_TASK |
| 19 | { |
| 20 | struct _TP_TASK_CALLBACKS* Callbacks; |
| 21 | UINT32 NumaNode; |
| 22 | UINT8 IdealProcessor; |
| 23 | char Padding_242[3]; |
| 24 | struct _LIST_ENTRY ListEntry; |
| 25 | } TP_TASK, * PTP_TASK; |
| 26 | |
| 27 | typedef struct _TPP_REFCOUNT |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected