Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/master/
Domp_master_3.c9 int tid_result = 0; /* counts up the number of wrong thread no. for in test_omp_master_3() local
21 { tid_result++; } in test_omp_master_3()
30 return ((nthreads == 1) && (executing_thread == 0) && (tid_result == 0)); in test_omp_master_3()