reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_csupport.cpp
 1827     if (loc != NULL) {
 1828       if ((loc->flags & KMP_IDENT_WORK_LOOP) != 0) {
 1830       } else if ((loc->flags & KMP_IDENT_WORK_SECTIONS) != 0) {
 1832       } else if ((loc->flags & KMP_IDENT_WORK_DISTRIBUTE) != 0) {
 1846     __kmp_pop_workshare(global_tid, ct_pdo, loc);