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

References

projects/openmp/runtime/src/kmp_error.cpp
  303       while (index != 0 && p->stack_data[index].name != lck) {
  303       while (index != 0 && p->stack_data[index].name != lck) {
  304         index = p->stack_data[index].prev;
  304         index = p->stack_data[index].prev;
  306       if (index != 0) {
  309         cons = p->stack_data[index];