MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / _FindKeyGPU

Function _FindKeyGPU

Vanity.cpp:989–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987DWORD WINAPI _FindKeyGPU(LPVOID lpParam) {
988#else
989void *_FindKeyGPU(void *lpParam) {
990#endif
991 TH_PARAM *p = (TH_PARAM *)lpParam;
992 p->obj->FindKeyGPU(p);
993 return 0;
994}
995
996// ----------------------------------------------------------------------------
997

Callers

nothing calls this directly

Calls 1

FindKeyGPUMethod · 0.80

Tested by

no test coverage detected