TEST_COUNT         49 test/threads/opal_condition.c     for(i=0; i<TEST_COUNT; i++) {
TEST_COUNT         56 test/threads/opal_condition.c     fprintf(stderr, "thr1: time per iteration: %ld usec\n", (long)((c2 - c1) / TEST_COUNT));
TEST_COUNT         66 test/threads/opal_condition.c     for(i=0; i<TEST_COUNT; i++) {
TEST_COUNT         73 test/threads/opal_condition.c     fprintf(stderr, "thr2: time per iteration: %ld usec\n", (long)((c2 - c1) / TEST_COUNT));
TEST_COUNT        111 test/threads/opal_condition.c     test_verify_int(TEST_COUNT, thr1_count);
TEST_COUNT        115 test/threads/opal_condition.c     test_verify_int(TEST_COUNT, thr2_count);