Searched defs:clock_id (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/timetest/
H A Dtimetest.c64 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);
/system/bt/osi/src/
H A Dalarm.c136 static bool timer_create_internal(const clockid_t clock_id, timer_t *timer);
676 static bool timer_create_internal(const clockid_t clock_id, timer_t *timer) { argument
683 if (timer_create(clock_id, &sigevent, timer) == -1) {
685 __func__, clock_id, strerror(errno));
686 if (clock_id == CLOCK_BOOTTIME_ALARM) {

Completed in 111 milliseconds