MCPcopy Create free account
hub / github.com/SafeBreach-Labs/PoolParty / _TP_TASK

Class _TP_TASK

PoolParty/ThreadPool.hpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16} TP_TASK_CALLBACKS, * PTP_TASK_CALLBACKS;
17
18typedef 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
27typedef struct _TPP_REFCOUNT
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected