Searched refs:single_count (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dsingle.c41 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);
H A Dteam.c187 team->single_count = 0;
352 thr->ts.single_count = 0;
640 nthr->ts.single_count = 0;
827 start_data->ts.single_count = 0;
H A Dlibgomp.h402 unsigned long single_count; member in struct:gomp_team_state
644 unsigned long single_count; member in struct:gomp_team
H A Dtask.c2127 thr->ts.single_count = 0;
H A Dtarget.c2075 thr->ts.single_count = 0;
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dsingle.c41 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);
H A Dteam.c198 team->single_count = 0;
365 thr->ts.single_count = 0;
654 nthr->ts.single_count = 0;
844 start_data->ts.single_count = 0;
H A Dlibgomp.h443 unsigned long single_count; member in struct:gomp_team_state
710 unsigned long single_count; member in struct:gomp_team
H A Dtask.c2235 thr->ts.single_count = 0;
H A Dtarget.c2650 thr->ts.single_count = 0;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dteam.c145 thr->ts.single_count = 0;
166 nthr->ts.single_count = 0;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/gcn/
H A Dteam.c179 thr->ts.single_count = 0;
200 nthr->ts.single_count = 0;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dteam.c179 thr->ts.single_count = 0;
200 nthr->ts.single_count = 0;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dteam.c148 thr->ts.single_count = 0;
169 nthr->ts.single_count = 0;

Completed in 173 milliseconds