Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A Dkmp_taskloop_5.c15 int task_count; variable
98 task_count = 0; in task_loop()
108 psh->ptask_count = &task_count; in task_loop()
153 if (task_count != count) { in task_loop()
154 printf("Error, task count %d != %d\n", task_count, count); in task_loop()