Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_gsupport.cpp1130 if (!(gomp_flags & 1)) {
1134 if (gomp_flags & 2) {
1173 if (gomp_flags & 8) {
1678 long arg_align, unsigned gomp_flags, in __GOMP_taskloop() argument
1687 int if_val = gomp_flags & (1u << 10); in __GOMP_taskloop()
1688 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop()
1689 int up = gomp_flags & (1u << 8); in __GOMP_taskloop()
1701 gomp_flags, num_tasks, priority, start, end, step)); in __GOMP_taskloop()
1708 if (!(gomp_flags & 1)) { in __GOMP_taskloop()
1712 if (gomp_flags & 2) { in __GOMP_taskloop()
[all …]