OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOCK_TO_USE
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/syscalls/clock_nanosleep2/
clock_nanosleep2_01.c
33
const clockid_t
CLOCK_TO_USE
= CLOCK_MONOTONIC;
44
clock_gettime(
CLOCK_TO_USE
, &ts);
51
TEST(clock_nanosleep2(
CLOCK_TO_USE
, TIMER_ABSTIME, &ts, NULL));
/external/ltp/testcases/realtime/func/gtod_latency/
gtod_infinite.c
58
#define
CLOCK_TO_USE
CLOCK_MONOTONIC
147
rc = clock_gettime(
CLOCK_TO_USE
, &p_ts);
164
rc = clock_gettime(
CLOCK_TO_USE
, &p_ts);
165
rc = clock_gettime(
CLOCK_TO_USE
, &ts);
Completed in 93 milliseconds