HomeSort by relevance Sort by last modified time
    Searched refs:cnttotal (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress2.c 204 long cnttotal; member in struct:celldata
328 cd->cnttotal = 0;
335 cd->cnttotal += 1;
435 long cnttotal = 0; local
643 cnttotal += cells[i].cnttotal;
664 output(" Total loops : %8li\n", cnttotal);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 204 long cnttotal; member in struct:celldata
328 cd->cnttotal = 0;
335 cd->cnttotal += 1;
435 long cnttotal = 0; local
643 cnttotal += cells[i].cnttotal;
664 output(" Total loops : %8li\n", cnttotal);
stress2.c 204 long cnttotal; member in struct:celldata
328 cd->cnttotal = 0;
335 cd->cnttotal += 1;
435 long cnttotal = 0; local
643 cnttotal += cells[i].cnttotal;
664 output(" Total loops : %8li\n", cnttotal);

Completed in 123 milliseconds