MCPcopy Create free account
hub / github.com/1401199262/MemoryVirtualization / ReadThreadProc2

Function ReadThreadProc2

Virtualization.cpp:72–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void ReadThreadProc2()
73{
74 while (1)
75 {
76 ULONGLONG tick = GetTickCount64();
77 //m.lock();
78 printf("Thread2 ReadTime %llu ms Data:%llx\n", GetTickCount64() - tick, *(DWORD64*)hidemem);
79 //m.unlock();
80 Sleep(100);
81 }
82}
83
84void ReadThreadProc3()
85{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected