Searched refs:pushed_ws (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h149 enum cons_type pushed_ws; member in struct:dispatch_private_info_template
331 if (pr->pushed_ws != ct_none) {
407 if (pr->pushed_ws != ct_none) {
H A Dkmp_dispatch.cpp50 (th->th.th_dispatch->th_dispatch_pr_current->pushed_ws != ct_none)) {
65 if (th->th.th_dispatch->th_dispatch_pr_current->pushed_ws != ct_none) {
1926 if (pr->pushed_ws != ct_none) {
1927 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc);
1951 if (pr->pushed_ws != ct_none) {
1952 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc);
2110 if (pr->pushed_ws != ct_none) {
2111 pr->pushed_ws
[all...]
H A Dkmp.h1669 enum cons_type pushed_ws; member in struct:dispatch_private_info

Completed in 115 milliseconds