Searched defs:cSeconds (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstTime-3.cpp77 uint64_t cSeconds = 0; local
78 int rc = RTStrToUInt64Ex(argv[i], NULL, 0, &cSeconds);
84 RTPrintf("tstTime-3: %d - %RU64 seconds period...\n", i, cSeconds);
90 RTThreadSleep(cSeconds * 1000);
H A DtstSemMutex.cpp113 static int Test1(unsigned cThreads, unsigned cSeconds, bool fYield, bool fQuiet) argument
149 cThreads, cSeconds, g_fYield ? "yielding" : "no yielding");
155 RTThreadSleep(cSeconds * 1000);
196 Total / cSeconds,
H A DtstRTCritSectRw.cpp216 static void Test4(unsigned cThreads, unsigned cSeconds, unsigned uWritePercent, bool fYield, bool fQuiet) argument
224 cThreads, cSeconds, uWritePercent, fYield ? "" : "non-");
257 RTThreadSleep(cSeconds * 1000);
304 // cItrTotal / cSeconds,
H A DtstRTSemRW.cpp215 static void Test4(unsigned cThreads, unsigned cSeconds, unsigned uWritePercent, bool fYield, bool fQuiet) argument
223 cThreads, cSeconds, uWritePercent, fYield ? "" : "non-");
256 RTThreadSleep(cSeconds * 1000);
304 // cItrTotal / cSeconds,

Completed in 58 milliseconds