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

Function _FindKey

Vanity.cpp:979–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977DWORD WINAPI _FindKey(LPVOID lpParam) {
978#else
979void *_FindKey(void *lpParam) {
980#endif
981 TH_PARAM *p = (TH_PARAM *)lpParam;
982 p->obj->FindKeyCPU(p);
983 return 0;
984}
985
986#ifdef WIN64
987DWORD WINAPI _FindKeyGPU(LPVOID lpParam) {

Callers

nothing calls this directly

Calls 1

FindKeyCPUMethod · 0.80

Tested by

no test coverage detected