Lines Matching refs:count
96 int count = 0; in test_iterator() local
98 count++; in test_iterator()
100 CHECK_MESSAGE( (count==15), "error in iterator count"); in test_iterator()
104 count = 0; in test_iterator()
106 count++; in test_iterator()
108 CHECK_MESSAGE( (count==14), "error in iterator count"); in test_iterator()
112 count = 0; in test_iterator()
114 count++; in test_iterator()
116 CHECK_MESSAGE( (count==4), "error in iterator count"); in test_iterator()
133 int count = 0; in operator ()() local
135 count++; in operator ()()
137 CHECK_MESSAGE( (count==101*nThreads), "error in iterator count"); in operator ()()
142 int count = 0; in operator ()() local
144 count++; in operator ()()
146 CHECK_MESSAGE( (count==nThreads), "error in iterator count"); in operator ()()