MCPcopy Create free account
hub / github.com/Artikash/Textractor / HashThreadParam

Function HashThreadParam

host/host.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 };
60
61 size_t HashThreadParam(ThreadParam tp) { return std::hash<int64_t>()(tp.processId + tp.addr) + std::hash<int64_t>()(tp.ctx + tp.ctx2); }
62 Synchronized<std::unordered_map<ThreadParam, TextThread, Functor<HashThreadParam>>> textThreadsByParams;
63 Synchronized<std::unordered_map<DWORD, ProcessRecord>> processRecordsByIds;
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected