Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_for_schedule_runtime.c21 omp_sched_t correct_kind; variable
39 if (kind != correct_kind) { in test_omp_for_runtime()
40 printf("kind(%d) != correct_kind(%d)\n", kind, correct_kind); in test_omp_for_runtime()
74 correct_kind = atoi(argv[1]); in main()