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

  /src/external/gpl3/gcc.old/dist/libgomp/
single.c 41 unsigned long single_count; local
46 single_count = thr->ts.single_count++;
47 return __sync_bool_compare_and_swap (&team->single_count, single_count,
48 single_count + 1L);
team.c 198 team->single_count = 0;
365 thr->ts.single_count = 0;
654 nthr->ts.single_count = 0;
844 start_data->ts.single_count = 0;
libgomp.h 443 unsigned long single_count; member in struct:gomp_team_state
710 unsigned long single_count; member in struct:gomp_team
task.c 2235 thr->ts.single_count = 0;
target.c 2650 thr->ts.single_count = 0;
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
team.c 179 thr->ts.single_count = 0;
200 nthr->ts.single_count = 0;
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
team.c 148 thr->ts.single_count = 0;
169 nthr->ts.single_count = 0;

Completed in 60 milliseconds