Lines Matching refs:clock_gettime
32 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &mPreviousTs);
34 LOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
40 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
42 LOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
51 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
53 LOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
87 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
89 LOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
112 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
114 LOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
133 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
135 LOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);