Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_dispatch.cpp1177 int while_limit = nproc; // nproc attempts to find a victim in __kmp_dispatch_next_algorithm() local
1181 while ((!status) && (while_limit != ++while_index)) { in __kmp_dispatch_next_algorithm()
1275 int while_limit = nproc; // nproc attempts to find a victim in __kmp_dispatch_next_algorithm() local
1280 while ((!status) && (while_limit != ++while_index)) { in __kmp_dispatch_next_algorithm()