OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clock_id
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/timetest/
timetest.c
64
int
clock_id
= CLOCK_MONOTONIC;
local
74
clock_id
= atoi(argv[1]);
75
printf("using clock %d\n",
clock_id
);
77
clock_gettime(
clock_id
, &t1);
81
clock_gettime(
clock_id
, &t);
/external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c
4285
clock_id
_t
clock_id
;
member in struct:__anon27871
[
all
...]
Completed in 245 milliseconds