HomeSort by: relevance | last modified time | path
    Searched defs:goacc_prof_callbacks_enabled (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
oacc-profiling.c 91 'goacc_prof_callbacks_enabled[acc_ev_none]' acts as a global toggle. */
92 static bool goacc_prof_callbacks_enabled[acc_ev_last]; variable
94 /* Lock used to protect access to 'goacc_prof_callbacks_enabled', and
105 goacc_prof_callbacks_enabled[i] = true;
264 goacc_prof_callbacks_enabled[ev] = true;
402 goacc_prof_callbacks_enabled[ev] = false;
536 /* 'goacc_prof_callbacks_enabled[acc_ev_none]' acts as a global toggle. */
537 if (__builtin_expect (!goacc_prof_callbacks_enabled[acc_ev_none], true))
638 if (!goacc_prof_callbacks_enabled[event_type])
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-profiling.c 91 'goacc_prof_callbacks_enabled[acc_ev_none]' acts as a global toggle. */
92 static bool goacc_prof_callbacks_enabled[acc_ev_last]; variable
94 /* Lock used to protect access to 'goacc_prof_callbacks_enabled', and
105 goacc_prof_callbacks_enabled[i] = true;
264 goacc_prof_callbacks_enabled[ev] = true;
402 goacc_prof_callbacks_enabled[ev] = false;
536 /* 'goacc_prof_callbacks_enabled[acc_ev_none]' acts as a global toggle. */
537 if (__builtin_expect (!goacc_prof_callbacks_enabled[acc_ev_none], true))
638 if (!goacc_prof_callbacks_enabled[event_type])

Completed in 14 milliseconds