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

Function ReadThreadProc3

Virtualization.cpp:84–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void ReadThreadProc3()
85{
86 while (1)
87 {
88 ULONGLONG tick = GetTickCount64();
89 //m.lock();
90 printf("Thread3 ReadTime %llu ms Data:%llx\n", GetTickCount64() - tick, *(DWORD64*)hidemem);
91 //m.unlock();
92 Sleep(100);
93 }
94}
95
96
97int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected