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

Class _TP_DIRECT

PoolParty/ThreadPool.hpp:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40} TPP_PH, * PTPP_PH;
41
42typedef struct _TP_DIRECT
43{
44 struct _TP_TASK Task;
45 UINT64 Lock;
46 struct _LIST_ENTRY IoCompletionInformationList;
47 void* Callback;
48 UINT32 NumaNode;
49 UINT8 IdealProcessor;
50 char __PADDING__[3];
51} TP_DIRECT, * PTP_DIRECT;
52
53typedef struct _TPP_TIMER_SUBQUEUE
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected