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

/vbox/src/VBox/Runtime/testcase/
H A DtstTSC.cpp3 * IPRT Testcase - SMP TSC testcase.
46 /** The TSC. */
47 uint64_t volatile TSC; member in struct:TSCDATA
64 /** The number of CPUs ready (in spin) to do the TSC read. */
71 /** The number of CPUs that managed to read the TSC. */
73 /** The number of CPUs that failed to read the TSC. */
138 pTscData->TSC = TSC2;
261 * We give the other threads the slack it takes to two extra TSC and APIC ID reads.
290 s_aData[0].TSC = TSC2;
340 RTPrintf(" # ID TSC delta
[all...]

Completed in 32 milliseconds