Lines Matching defs:rc
37 int rc;
40 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &mPreviousTs);
41 if (rc) {
48 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
49 if (rc) {
59 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
60 if (rc) {
101 int rc;
102 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
103 if (rc) {
132 int rc;
133 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
134 if (rc) {
154 int rc;
155 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
156 if (rc) {