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

References

projects/openmp/runtime/src/kmp_dispatch.cpp
 1916     if ((status = (pr->u.p.tc != 0)) == 0) {
 1941       if ((status = (init <= trip)) == 0) {
 2022     return status;
 2042       status = __kmp_dispatch_next_algorithm<T>(gtid, pr, sh, &last, p_lb, p_ub,
 2046     if (status == 0) {
 2118     if (p_last != NULL && status != 0)
 2140   return status;