Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp4942 kmp_taskloop_bounds_t next_task_bounds = local
4946 next_task_bounds.set_lb(lower);
4948 next_task_bounds.set_ub(upper + (st > 0 ? 1 : -1));
4950 next_task_bounds.set_ub(upper);
4959 next_task_bounds.get_lower_offset(),
4960 next_task_bounds.get_upper_offset()));