Lines Matching refs:rc
43 int rc; in setEnabled() local
46 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &mPreviousTs); in setEnabled()
47 if (rc) { in setEnabled()
54 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs); in setEnabled()
55 if (rc) { in setEnabled()
65 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts); in setEnabled()
66 if (rc) { in setEnabled()
107 int rc; in sample() local
108 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts); in sample()
109 if (rc) { in sample()
138 int rc; in elapsed() local
139 rc = clock_gettime(CLOCK_MONOTONIC, &ts); in elapsed()
140 if (rc) { in elapsed()
160 int rc; in resetElapsed() local
161 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs); in resetElapsed()
162 if (rc) { in resetElapsed()