Searched refs:nthreads (Results 1 – 1 of 1) sorted by relevance
8 int nthreads, tid; in main() local11 #pragma omp parallel default(shared) private(nthreads, tid) in main()20 nthreads = omp_get_num_threads(); in main()21 printf("Number of threads = %d\n", nthreads); in main()