OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_high_res3
(Results
1 - 1
of
1
) sorted by null
/ndk/tests/device/issue39680-chrono-resolution/jni/
issue39680-chrono-resolution.cpp
64
bool is_high_res1, is_high_res2,
is_high_res3
, is_steady;
local
70
printClockData<std::chrono::steady_clock>(
is_high_res3
, is_steady);
72
return (is_high_res1 && is_high_res2 &&
is_high_res3
&& is_steady)? 0 : 1;
Completed in 39 milliseconds