Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/master/
Domp_master.c8 int executing_thread; in test_omp_master() local
11 executing_thread = -1; in test_omp_master()
21 executing_thread = omp_get_thread_num(); in test_omp_master()
24 return ((nthreads == 1) && (executing_thread == 0)); in test_omp_master()
Domp_master_3.c8 int executing_thread; in test_omp_master_3() local
12 executing_thread = -1; in test_omp_master_3()
27 executing_thread = omp_get_thread_num (); in test_omp_master_3()
30 return ((nthreads == 1) && (executing_thread == 0) && (tid_result == 0)); in test_omp_master_3()