Searched refs:overhead (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlock.c108 PRIntervalTime overhead; member in struct:LockContentious_s
117 PRIntervalTime overhead; member in struct:MonitorContentious_s
168 contention->overhead += contention->interval;
179 PRIntervalTime rv, overhead, timein = PR_IntervalNow(); local
183 contention->overhead = 0;
191 overhead = PR_IntervalNow() - timein;
197 contention->overhead += contention->interval;
205 overhead += (PR_IntervalNow() - timein);
206 rv = overhead + contention->overhead;
303 PRIntervalTime rv, overhead, timein = PR_IntervalNow(); local
371 PRIntervalTime overhead, timein = PR_IntervalNow(); local
405 Test( const char* msg, PRUint32 (*test)(PRUint32 loops), PRUint32 loops, PRIntervalTime overhead) argument
[all...]
H A Dalarm.c119 ** RETURN: overhead
134 PRIntervalTime timein, overhead; local
147 overhead = PR_IntervalNow() - timein; /* elapsed so far */
166 overhead += (PR_IntervalNow() - timein); /* more overhead */
168 return overhead;
174 PRIntervalTime overhead, timein = PR_IntervalNow(); local
180 overhead = PR_IntervalNow() - timein;
185 overhead += interval;
193 overhead
261 PRIntervalTime overhead, timein = PR_IntervalNow(); local
335 PRIntervalTime overhead, timein = PR_IntervalNow(); local
390 PRIntervalTime overhead, timein = PR_IntervalNow(); local
457 PRUint32 overhead, usecs; local
[all...]
H A Dlockfile.c93 PRIntervalTime overhead; member in struct:LockContentious_s
150 PRIntervalTime overhead, timein = PR_IntervalNow(); local
153 contention.overhead = 0;
161 overhead = PR_IntervalNow() - timein;
166 contention.overhead += contention.interval;
174 overhead += (PR_IntervalNow() - timein);
175 return overhead + contention.overhead;
180 PRInt32 loops, PRIntervalTime overhead)
183 * overhead
178 Test( const char* msg, PRIntervalTime (*test)(PRInt32 loops), PRInt32 loops, PRIntervalTime overhead) argument
[all...]
H A Dinrval.c123 PRInt32 overhead, loops = 1000000; local
136 LL_L2I(overhead, per_call);
138 output, "Overhead of 'PR_Now()' is %u nsecs\n\n", overhead);
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRCA.asm135 ; Check the overhead of doing rdtsc + two xchg operations.

Completed in 93 milliseconds