VirtualBox

Changeset 25623 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Jan 3, 2010 1:59:05 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56314
Message:

more cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTLockValidator.cpp

    r25622 r25623  
    408408
    409409    g_cThreads = cThreads;
    410     g_iDeadlockThread = cThreads - 1;
    411410
    412411    for (uint32_t i = 0; i < cThreads; i++)
     
    422421    {
    423422        g_iDeadlockThread = (cThreads - 1 + iPass) % cThreads;
    424         g_cLoops = 0;
    425         g_cDeadlocks = 0;
    426         g_NanoTSStop = cSecs ? RTTimeNanoTS() + cSecs * UINT64_C(1000000000) : 0;
     423        g_cLoops          = 0;
     424        g_cDeadlocks      = 0;
     425        g_NanoTSStop      = cSecs ? RTTimeNanoTS() + cSecs * UINT64_C(1000000000) : 0;
    427426
    428427        int rc = testStartThreads(cThreads, pfnThread);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette