DBG: speed up with waiting for threads to close
This commit is contained in:
parent
305235a45f
commit
0c8d69e493
|
|
@ -185,10 +185,10 @@ void dbginit()
|
|||
void dbgstop()
|
||||
{
|
||||
bStopTimeWastedCounterThread = true;
|
||||
WaitForThreadTermination(hTimeWastedCounterThread);
|
||||
bStopMemMapThread = true;
|
||||
WaitForThreadTermination(hMemMapThread);
|
||||
bStopDumpRefreshThread = true;
|
||||
WaitForThreadTermination(hTimeWastedCounterThread);
|
||||
WaitForThreadTermination(hMemMapThread);
|
||||
WaitForThreadTermination(hDumpRefreshThread);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue