OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tnow
(Results
1 - 1
of
1
) sorted by null
/system/extras/tests/timetest/
timetest.c
60
long long
tnow
, tlast;
local
98
tnow
= nanotime();
99
if(
tnow
< tlast) {
102
tlast,
tnow
);
105
fprintf(stderr,"%lld ROLLBACK\n",
tnow
);
107
fprintf(stderr,"%lld\n",
tnow
);
109
tlast =
tnow
;
Completed in 25 milliseconds