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

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dwork.c201 thr->ts.last_work_share = ws;
240 if (__builtin_expect (thr->ts.last_work_share != NULL, 1))
243 free_work_share (team, thr->ts.last_work_share);
248 thr->ts.last_work_share = NULL;
266 if (__builtin_expect (thr->ts.last_work_share != NULL, 1))
269 free_work_share (team, thr->ts.last_work_share);
272 thr->ts.last_work_share = NULL;
296 if (__builtin_expect (thr->ts.last_work_share == NULL, 0))
310 free_work_share (team, thr->ts.last_work_share);
312 thr->ts.last_work_share
[all...]
H A Dlibgomp.h383 struct gomp_work_share *last_work_share; member in struct:gomp_team_state
1204 if (__builtin_expect (thr->ts.last_work_share != NULL, 1))
1205 gomp_ptrlock_set (&thr->ts.last_work_share->next_ws, thr->ts.work_share);
H A Dteam.c350 thr->ts.last_work_share = NULL;
633 nthr->ts.last_work_share = NULL;
822 start_data->ts.last_work_share = NULL;
H A Dtask.c2125 thr->ts.last_work_share = NULL;
H A Dtarget.c2073 thr->ts.last_work_share = NULL;
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dwork.c208 thr->ts.last_work_share = ws;
247 if (__builtin_expect (thr->ts.last_work_share != NULL, 1))
250 free_work_share (team, thr->ts.last_work_share);
255 thr->ts.last_work_share = NULL;
273 if (__builtin_expect (thr->ts.last_work_share != NULL, 1))
276 free_work_share (team, thr->ts.last_work_share);
279 thr->ts.last_work_share = NULL;
303 if (__builtin_expect (thr->ts.last_work_share == NULL, 0))
317 free_work_share (team, thr->ts.last_work_share);
319 thr->ts.last_work_share
[all...]
H A Dlibgomp.h421 struct gomp_work_share *last_work_share; member in struct:gomp_team_state
1316 if (__builtin_expect (thr->ts.last_work_share != NULL, 1))
1317 gomp_ptrlock_set (&thr->ts.last_work_share->next_ws, thr->ts.work_share);
H A Dteam.c363 thr->ts.last_work_share = NULL;
646 nthr->ts.last_work_share = NULL;
838 start_data->ts.last_work_share = NULL;
H A Dtask.c2233 thr->ts.last_work_share = NULL;
H A Dtarget.c2648 thr->ts.last_work_share = NULL;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dteam.c144 thr->ts.last_work_share = NULL;
162 nthr->ts.last_work_share = NULL;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/gcn/
H A Dteam.c178 thr->ts.last_work_share = NULL;
196 nthr->ts.last_work_share = NULL;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dteam.c178 thr->ts.last_work_share = NULL;
196 nthr->ts.last_work_share = NULL;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dteam.c147 thr->ts.last_work_share = NULL;
165 nthr->ts.last_work_share = NULL;

Completed in 152 milliseconds