Lines Matching refs:ok
119 int ok;120 ok = pthread_mutex_lock(&mutex);121 assert(ok == 0);123 ok = pthread_cond_signal(&cond);124 assert(ok == 0);125 ok = pthread_mutex_unlock(&mutex);126 assert(ok == 0);322 int ok;324 ok = fstat(fd, &statbuf);325 if (ok < 0) {