HomeSort by: relevance | last modified time | path
    Searched refs:active_level (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
team.c 176 ++thr->ts.active_level;
199 nthr->ts.active_level = thr->ts.active_level;
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
team.c 145 ++thr->ts.active_level;
168 nthr->ts.active_level = thr->ts.active_level;
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
team.c 171 ++thr->ts.active_level;
194 nthr->ts.active_level = thr->ts.active_level;
  /src/external/gpl3/gcc.old/dist/libgomp/
parallel.c 52 if (thr->ts.active_level >= 1
60 else if (thr->ts.active_level >= icv->max_active_levels_var)
297 return gomp_thread ()->ts.active_level > 0;
334 return gomp_thread ()->ts.active_level;
team.c 361 ++thr->ts.active_level;
649 nthr->ts.active_level = thr->ts.active_level;
841 start_data->ts.active_level = thr->ts.active_level;
libgomp.h 432 unsigned active_level; member in struct:gomp_team_state
  /src/external/gpl3/gcc/dist/libgomp/
parallel.c 52 if (thr->ts.active_level >= 1
60 else if (thr->ts.active_level >= icv->max_active_levels_var)
297 return gomp_thread ()->ts.active_level > 0;
334 return gomp_thread ()->ts.active_level;
team.c 360 ++thr->ts.active_level;
648 nthr->ts.active_level = thr->ts.active_level;
842 start_data->ts.active_level = thr->ts.active_level;
libgomp.h 430 unsigned active_level; member in struct:gomp_team_state
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
team.c 195 ++thr->ts.active_level;
218 nthr->ts.active_level = thr->ts.active_level;

Completed in 40 milliseconds