Home
last modified time | relevance | path

Searched refs:nthreads (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/test-openmp/jni/
Dopenmp2.c8 int nthreads, tid; in main() local
11 #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()