HomeSort by relevance Sort by last modified time
    Searched full:clock_id (Results 1 - 1 of 1) 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);

Completed in 350 milliseconds