Home
last modified time | relevance | path

Searched refs:gomp_work_share (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/libgomp/
Dlibgomp.h66 struct gomp_work_share struct
138 struct gomp_work_share *work_share; argument
173 struct gomp_work_share **work_shares;
300 struct gomp_work_share *);
305 extern struct gomp_work_share * gomp_new_work_share (bool, unsigned);
Dwork.c38 struct gomp_work_share *
41 struct gomp_work_share *ws; in gomp_new_work_share()
59 free_work_share (struct gomp_work_share *ws) in free_work_share()
76 struct gomp_work_share *ws; in gomp_work_share_start()
150 struct gomp_work_share *ws = thr->ts.work_share; in gomp_work_share_end()
188 struct gomp_work_share *ws = thr->ts.work_share; in gomp_work_share_end_nowait()
Dordered.c42 struct gomp_work_share *ws = thr->ts.work_share; in gomp_ordered_first()
73 struct gomp_work_share *ws = thr->ts.work_share; in gomp_ordered_last()
108 struct gomp_work_share *ws = thr->ts.work_share; in gomp_ordered_next()
174 struct gomp_work_share *ws = thr->ts.work_share; in gomp_ordered_static_next()
198 struct gomp_work_share *ws = thr->ts.work_share; in gomp_ordered_sync()
Diter.c45 struct gomp_work_share *ws = thr->ts.work_share; in gomp_iter_static_next()
150 struct gomp_work_share *ws = thr->ts.work_share; in gomp_iter_dynamic_next_locked()
186 struct gomp_work_share *ws = thr->ts.work_share; in gomp_iter_dynamic_next()
236 struct gomp_work_share *ws = thr->ts.work_share; in gomp_iter_guided_next_locked()
270 struct gomp_work_share *ws = thr->ts.work_share; in gomp_iter_guided_next()
Dsections.c36 gomp_sections_init (struct gomp_work_share *ws, unsigned count) in gomp_sections_init()
106 struct gomp_work_share *ws; in GOMP_parallel_sections_start()
Dteam.c137 new_team (unsigned nthreads, struct gomp_work_share *work_share) in new_team()
146 team->work_shares = gomp_malloc (4 * sizeof (struct gomp_work_share *)); in new_team()
179 struct gomp_work_share *work_share) in gomp_team_start()
Dloop.c37 gomp_loop_init (struct gomp_work_share *ws, long start, long end, long incr, in gomp_loop_init()
378 struct gomp_work_share *ws; in gomp_parallel_loop_start()
DChangeLog1347 * libgomp.h (struct gomp_work_share): Add ordered_owner.