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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp970 // required. The 'static_steal_counter' is used.
975 volatile T *p = &pr->u.p.static_steal_counter;
1224 (*(volatile T *)&victim->u.p.static_steal_counter !=
1225 *(volatile T *)&pr->u.p.static_steal_counter)) &&
1232 if (!victim || (*(volatile T *)&victim->u.p.static_steal_counter !=
1233 *(volatile T *)&pr->u.p.static_steal_counter)) {
1324 (*(volatile T *)&victim->u.p.static_steal_counter !=
1325 *(volatile T *)&pr->u.p.static_steal_counter)) &&
1332 if (!victim || (*(volatile T *)&victim->u.p.static_steal_counter !=
1333 *(volatile T *)&pr->u.p.static_steal_counter)) {
[all...]
H A Dkmp_dispatch.h77 T static_steal_counter; // for static_steal only; maybe better to put after ub member in struct:dispatch_private_infoXX_template
H A Dkmp.h1549 kmp_int32 static_steal_counter; /* for static_steal only; maybe better to put member in struct:dispatch_private_info32
1569 // 'static_steal_counter'. It would be nice to measure execution times.
1582 kmp_int64 static_steal_counter; /* for static_steal only; maybe better to put member in struct:dispatch_private_info64
1604 // 'static_steal_counter'. It would be nice to measure execution times.

Completed in 162 milliseconds