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

References

projects/openmp/runtime/src/kmp_error.cpp
  136   p->p_top = p->w_top = p->s_top = 0;
  199   p->stack_data[tos].prev = p->p_top;
  202   p->p_top = tos;
  215   if (p->w_top > p->p_top) {
  220   if (p->s_top > p->p_top) {
  257     if (p->w_top <= p->p_top) {
  272     if (p->s_top > p->p_top && p->s_top > p->w_top) {
  315     if (p->w_top > p->p_top) {
  320     if (ct == ct_reduce && p->s_top > p->p_top) {
  362   if (tos == 0 || p->p_top == 0) {
  365   if (tos != p->p_top || p->stack_data[tos].type != ct_parallel) {
  370   p->p_top = p->stack_data[tos].prev;
  438   if (p->w_top > p->p_top) {
  443   if (p->s_top > p->p_top) {