HomeSort by: relevance | last modified time | path
    Searched refs:work_share (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libgomp/
scope.c 53 thr->ts.work_share->task_reductions = reductions;
58 uintptr_t *first_reductions = thr->ts.work_share->task_reductions;
sections.c 80 gomp_sections_init (thr->ts.work_share, count);
90 gomp_mutex_lock (&thr->ts.work_share->lock);
95 gomp_mutex_unlock (&thr->ts.work_share->lock);
111 gomp_sections_init (thr->ts.work_share, count);
116 thr->ts.work_share->task_reductions = reductions;
130 = (void *) (thr->ts.work_share->ordered_team_ids
133 *mem = memset (((char *) thr->ts.work_share)
142 uintptr_t *first_reductions = thr->ts.work_share->task_reductions;
150 *mem = (void *) thr->ts.work_share->ordered_team_ids;
153 uintptr_t p = (uintptr_t) thr->ts.work_share->ordered_team_ids
    [all...]
loop.c 110 gomp_loop_init (thr->ts.work_share, start, end, incr,
132 gomp_loop_init (thr->ts.work_share, start, end, incr,
140 gomp_mutex_lock (&thr->ts.work_share->lock);
142 gomp_mutex_unlock (&thr->ts.work_share->lock);
160 gomp_loop_init (thr->ts.work_share, start, end, incr,
168 gomp_mutex_lock (&thr->ts.work_share->lock);
170 gomp_mutex_unlock (&thr->ts.work_share->lock);
259 gomp_loop_init (thr->ts.work_share, start, end, incr,
265 thr->ts.work_share->task_reductions = reductions;
279 = (void *) (thr->ts.work_share->ordered_team_id
    [all...]
loop_ull.c 113 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
131 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
139 gomp_mutex_lock (&thr->ts.work_share->lock);
141 gomp_mutex_unlock (&thr->ts.work_share->lock);
157 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
165 gomp_mutex_lock (&thr->ts.work_share->lock);
167 gomp_mutex_unlock (&thr->ts.work_share->lock);
258 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
264 thr->ts.work_share->task_reductions = reductions;
278 = (void *) (thr->ts.work_share->ordered_team_id
    [all...]
single.c 82 ret = thr->ts.work_share->copyprivate;
100 thr->ts.work_share->copyprivate = data;
work.c 182 In all cases, thr->ts.work_share is updated to point to the new
183 structure. In all cases the work_share lock is locked. Return true
203 thr->ts.work_share = ws;
207 ws = thr->ts.work_share;
215 thr->ts.work_share = ws;
220 thr->ts.work_share = ws;
238 free_work_share (NULL, thr->ts.work_share);
239 thr->ts.work_share = NULL;
249 team->work_shares_to_free = thr->ts.work_share;
275 team->work_shares_to_free = thr->ts.work_share;
    [all...]
iter.c 43 struct gomp_work_share *ws = thr->ts.work_share;
151 struct gomp_work_share *ws = thr->ts.work_share;
187 struct gomp_work_share *ws = thr->ts.work_share;
264 struct gomp_work_share *ws = thr->ts.work_share;
298 struct gomp_work_share *ws = thr->ts.work_share;
ordered.c 43 struct gomp_work_share *ws = thr->ts.work_share;
74 struct gomp_work_share *ws = thr->ts.work_share;
109 struct gomp_work_share *ws = thr->ts.work_share;
175 struct gomp_work_share *ws = thr->ts.work_share;
199 struct gomp_work_share *ws = thr->ts.work_share;
267 struct gomp_work_share *ws = thr->ts.work_share;
377 struct gomp_work_share *ws = thr->ts.work_share;
428 struct gomp_work_share *ws = thr->ts.work_share;
517 struct gomp_work_share *ws = thr->ts.work_share;
633 struct gomp_work_share *ws = thr->ts.work_share;
    [all...]
iter_ull.c 44 struct gomp_work_share *ws = thr->ts.work_share;
153 struct gomp_work_share *ws = thr->ts.work_share;
189 struct gomp_work_share *ws = thr->ts.work_share;
265 struct gomp_work_share *ws = thr->ts.work_share;
302 struct gomp_work_share *ws = thr->ts.work_share;
team.c 362 thr->ts.work_share = &team->work_shares[0];
645 nthr->ts.work_share = &team->work_shares[0];
837 start_data->ts.work_share = &team->work_shares[0];
971 gomp_fini_work_share (thr->ts.work_share);
libgomp.h 415 struct gomp_work_share *work_share; member in struct:gomp_team_state
690 equal to each thr->ts.work_share, but otherwise it can be a possibly
1317 gomp_ptrlock_set (&thr->ts.last_work_share->next_ws, thr->ts.work_share);
  /src/external/gpl3/gcc/dist/libgomp/
scope.c 53 thr->ts.work_share->task_reductions = reductions;
58 uintptr_t *first_reductions = thr->ts.work_share->task_reductions;
sections.c 80 gomp_sections_init (thr->ts.work_share, count);
90 gomp_mutex_lock (&thr->ts.work_share->lock);
95 gomp_mutex_unlock (&thr->ts.work_share->lock);
111 gomp_sections_init (thr->ts.work_share, count);
116 thr->ts.work_share->task_reductions = reductions;
130 = (void *) (thr->ts.work_share->ordered_team_ids
133 *mem = memset (((char *) thr->ts.work_share)
142 uintptr_t *first_reductions = thr->ts.work_share->task_reductions;
150 *mem = (void *) thr->ts.work_share->ordered_team_ids;
153 uintptr_t p = (uintptr_t) thr->ts.work_share->ordered_team_ids
    [all...]
loop.c 110 gomp_loop_init (thr->ts.work_share, start, end, incr,
132 gomp_loop_init (thr->ts.work_share, start, end, incr,
140 gomp_mutex_lock (&thr->ts.work_share->lock);
142 gomp_mutex_unlock (&thr->ts.work_share->lock);
160 gomp_loop_init (thr->ts.work_share, start, end, incr,
168 gomp_mutex_lock (&thr->ts.work_share->lock);
170 gomp_mutex_unlock (&thr->ts.work_share->lock);
259 gomp_loop_init (thr->ts.work_share, start, end, incr,
265 thr->ts.work_share->task_reductions = reductions;
279 = (void *) (thr->ts.work_share->ordered_team_id
    [all...]
loop_ull.c 113 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
131 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
139 gomp_mutex_lock (&thr->ts.work_share->lock);
141 gomp_mutex_unlock (&thr->ts.work_share->lock);
157 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
165 gomp_mutex_lock (&thr->ts.work_share->lock);
167 gomp_mutex_unlock (&thr->ts.work_share->lock);
258 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
264 thr->ts.work_share->task_reductions = reductions;
278 = (void *) (thr->ts.work_share->ordered_team_id
    [all...]
single.c 82 ret = thr->ts.work_share->copyprivate;
100 thr->ts.work_share->copyprivate = data;
work.c 182 In all cases, thr->ts.work_share is updated to point to the new
183 structure. In all cases the work_share lock is locked. Return true
203 thr->ts.work_share = ws;
207 ws = thr->ts.work_share;
215 thr->ts.work_share = ws;
220 thr->ts.work_share = ws;
238 free_work_share (NULL, thr->ts.work_share);
239 thr->ts.work_share = NULL;
249 team->work_shares_to_free = thr->ts.work_share;
275 team->work_shares_to_free = thr->ts.work_share;
    [all...]
iter.c 43 struct gomp_work_share *ws = thr->ts.work_share;
151 struct gomp_work_share *ws = thr->ts.work_share;
187 struct gomp_work_share *ws = thr->ts.work_share;
264 struct gomp_work_share *ws = thr->ts.work_share;
298 struct gomp_work_share *ws = thr->ts.work_share;
ordered.c 43 struct gomp_work_share *ws = thr->ts.work_share;
74 struct gomp_work_share *ws = thr->ts.work_share;
109 struct gomp_work_share *ws = thr->ts.work_share;
175 struct gomp_work_share *ws = thr->ts.work_share;
199 struct gomp_work_share *ws = thr->ts.work_share;
267 struct gomp_work_share *ws = thr->ts.work_share;
377 struct gomp_work_share *ws = thr->ts.work_share;
428 struct gomp_work_share *ws = thr->ts.work_share;
517 struct gomp_work_share *ws = thr->ts.work_share;
633 struct gomp_work_share *ws = thr->ts.work_share;
    [all...]
iter_ull.c 44 struct gomp_work_share *ws = thr->ts.work_share;
153 struct gomp_work_share *ws = thr->ts.work_share;
189 struct gomp_work_share *ws = thr->ts.work_share;
265 struct gomp_work_share *ws = thr->ts.work_share;
302 struct gomp_work_share *ws = thr->ts.work_share;
team.c 361 thr->ts.work_share = &team->work_shares[0];
644 nthr->ts.work_share = &team->work_shares[0];
838 start_data->ts.work_share = &team->work_shares[0];
972 gomp_fini_work_share (thr->ts.work_share);
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
team.c 177 thr->ts.work_share = &team->work_shares[0];
195 nthr->ts.work_share = &team->work_shares[0];
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
team.c 146 thr->ts.work_share = &team->work_shares[0];
164 nthr->ts.work_share = &team->work_shares[0];
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
team.c 172 thr->ts.work_share = &team->work_shares[0];
190 nthr->ts.work_share = &team->work_shares[0];
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
team.c 196 thr->ts.work_share = &team->work_shares[0];
214 nthr->ts.work_share = &team->work_shares[0];

Completed in 52 milliseconds

1 2