Home | History | Annotate | Download | only in common

Lines Matching defs:nn

71     int             nn;
78 for (nn = 0; nn < MAX_THREADS; nn++) {
79 pthread_create( &threads[nn], &attr, thread_func, (void*)nn );
81 for (nn = 0; nn < MAX_THREADS; nn++) {
83 pthread_join( threads[nn], &dummy );