Home
last modified time | relevance | path

Searched refs:last_work_share (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dwork.c208 thr->ts.last_work_share = ws; in gomp_work_share_start()
247 if (__builtin_expect (thr->ts.last_work_share != NULL, 1)) in gomp_work_share_end()
250 free_work_share (team, thr->ts.last_work_share); in gomp_work_share_end()
255 thr->ts.last_work_share = NULL; in gomp_work_share_end()
273 if (__builtin_expect (thr->ts.last_work_share != NULL, 1)) in gomp_work_share_end_cancel()
276 free_work_share (team, thr->ts.last_work_share); in gomp_work_share_end_cancel()
279 thr->ts.last_work_share = NULL; in gomp_work_share_end_cancel()
303 if (__builtin_expect (thr->ts.last_work_share == NULL, 0)) in gomp_work_share_end_nowait()
317 free_work_share (team, thr->ts.last_work_share); in gomp_work_share_end_nowait()
319 thr->ts.last_work_share = NULL; in gomp_work_share_end_nowait()
Dlibgomp.h421 struct gomp_work_share *last_work_share; member
1316 if (__builtin_expect (thr->ts.last_work_share != NULL, 1)) in gomp_work_share_init_done()
1317 gomp_ptrlock_set (&thr->ts.last_work_share->next_ws, thr->ts.work_share); in gomp_work_share_init_done()
Dteam.c363 thr->ts.last_work_share = NULL; in gomp_team_start()
646 nthr->ts.last_work_share = NULL; in gomp_team_start()
838 start_data->ts.last_work_share = NULL; in gomp_team_start()
Dtask.c2233 thr->ts.last_work_share = NULL; in gomp_create_artificial_team()
Dtarget.c2648 thr->ts.last_work_share = NULL; in GOMP_target_ext()
DChangeLog15314 (struct gomp_team_state): Add single_count, last_work_share,
15388 ts.last_work_share. Don't clear ts.work_share_generation.