Home | History | Annotate | Download | only in unit

Lines Matching refs:nth

213   const int nth = 2;
215 pthread_t t[nth];
217 for ( int i = 0; i < nth; ++i ) {
221 for ( int i = 0; i < nth; ++i ) {
229 HANDLE t[nth];
232 for ( i = 0; i < nth; ++i ) {
236 if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) {
239 for ( i = 0; i < nth; ++i ) {