OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDelaySpin
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/include/
testUtil.h
38
void
testDelaySpin
(float amt);
/system/extras/tests/binder/benchmarks/
binderAddInts.cpp
297
if (options.iterDelay > 0.0) {
testDelaySpin
(options.iterDelay); }
/system/extras/tests/lib/testUtil/
testUtil.c
288
//
testDelaySpin
() performs a spin loop, instead of using nanosleep().
289
void
testDelaySpin
(float amt)
Completed in 33 milliseconds