HomeSort by: relevance | last modified time | path
    Searched defs:team (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgomp/
barrier.c 35 struct gomp_team *team = thr->ts.team; local
38 if (team == NULL)
41 gomp_team_barrier_wait (&team->barrier);
48 struct gomp_team *team = thr->ts.team; local
53 return gomp_team_barrier_wait_cancel (&team->barrier);
single.c 40 struct gomp_team *team = thr->ts.team; local
43 if (__builtin_expect (team == NULL, 0))
47 return __sync_bool_compare_and_swap (&team->single_count, single_count,
80 gomp_team_barrier_wait (&thr->ts.team->barrier);
96 struct gomp_team *team = thr->ts.team; local
98 if (team != NULL)
101 gomp_team_barrier_wait (&team->barrier);
sections.c 51 struct gomp_team *team = thr->ts.team; local
52 long nthreads = team ? team->nthreads : 1;
218 struct gomp_team *team; local
221 team = gomp_new_team (num_threads);
222 gomp_sections_init (&team->work_shares[0], count);
223 gomp_team_start (fn, data, num_threads, 0, team, NULL);
232 struct gomp_team *team; local
235 team = gomp_new_team (num_threads)
    [all...]
work.c 26 /* This file contains routines to manage the work-share queue for a team
35 /* Allocate a new work share structure, preferably from current team's
39 alloc_work_share (struct gomp_team *team)
45 if (team->work_share_list_alloc != NULL)
47 ws = team->work_share_list_alloc;
48 team->work_share_list_alloc = ws->next_free;
53 ws = team->work_share_list_free;
62 team->work_share_list_alloc = next->next_free;
66 gomp_mutex_lock (&team->work_share_list_free_lock);
67 ws = team->work_share_list_free
190 struct gomp_team *team = thr->ts.team; local
232 struct gomp_team *team = thr->ts.team; local
265 struct gomp_team *team = thr->ts.team; local
291 struct gomp_team *team = thr->ts.team; local
    [all...]
iter.c 42 struct gomp_team *team = thr->ts.team; local
44 unsigned long nthreads = team ? team->nthreads : 1;
265 struct gomp_team *team = thr->ts.team; local
266 unsigned long nthreads = team ? team->nthreads : 1;
299 struct gomp_team *team = thr->ts.team; local
    [all...]
iter_ull.c 43 struct gomp_team *team = thr->ts.team; local
45 unsigned long nthreads = team ? team->nthreads : 1;
266 struct gomp_team *team = thr->ts.team; local
267 gomp_ull nthreads = team ? team->nthreads : 1;
303 struct gomp_team *team = thr->ts.team; local
    [all...]
parallel.c 91 in the contention group. If thr->team is NULL, this isn't
95 if (thr->ts.team == NULL || pool == NULL)
144 struct gomp_team *team = thr->ts.team; local
145 unsigned int nthreads = team ? team->nthreads : 1;
151 if (thr->ts.team == NULL)
206 struct gomp_team *team = thr->ts.team; local
209 if (team == NULL
244 struct gomp_team *team = thr->ts.team; local
279 struct gomp_team *team = gomp_thread ()->ts.team; local
    [all...]
taskloop.c 31 then the task may be executed by any member of the team. */
40 struct gomp_team *team = thr->ts.team; local
53 if (team && gomp_team_barrier_cancelled (&team->barrier))
164 num_tasks = team ? team->nthreads : 1;
209 if ((flags & GOMP_TASK_FLAG_IF) == 0 || team == NULL
211 || team->task_count + num_tasks > 64 * team->nthreads
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
barrier.c 35 struct gomp_team *team = thr->ts.team; local
38 if (team == NULL)
41 gomp_team_barrier_wait (&team->barrier);
48 struct gomp_team *team = thr->ts.team; local
53 return gomp_team_barrier_wait_cancel (&team->barrier);
single.c 40 struct gomp_team *team = thr->ts.team; local
43 if (__builtin_expect (team == NULL, 0))
47 return __sync_bool_compare_and_swap (&team->single_count, single_count,
80 gomp_team_barrier_wait (&thr->ts.team->barrier);
96 struct gomp_team *team = thr->ts.team; local
98 if (team != NULL)
101 gomp_team_barrier_wait (&team->barrier);
sections.c 51 struct gomp_team *team = thr->ts.team; local
52 long nthreads = team ? team->nthreads : 1;
218 struct gomp_team *team; local
221 team = gomp_new_team (num_threads);
222 gomp_sections_init (&team->work_shares[0], count);
223 gomp_team_start (fn, data, num_threads, 0, team, NULL);
232 struct gomp_team *team; local
235 team = gomp_new_team (num_threads)
    [all...]
work.c 26 /* This file contains routines to manage the work-share queue for a team
35 /* Allocate a new work share structure, preferably from current team's
39 alloc_work_share (struct gomp_team *team)
45 if (team->work_share_list_alloc != NULL)
47 ws = team->work_share_list_alloc;
48 team->work_share_list_alloc = ws->next_free;
53 ws = team->work_share_list_free;
62 team->work_share_list_alloc = next->next_free;
66 gomp_mutex_lock (&team->work_share_list_free_lock);
67 ws = team->work_share_list_free
190 struct gomp_team *team = thr->ts.team; local
232 struct gomp_team *team = thr->ts.team; local
265 struct gomp_team *team = thr->ts.team; local
291 struct gomp_team *team = thr->ts.team; local
    [all...]
iter.c 42 struct gomp_team *team = thr->ts.team; local
44 unsigned long nthreads = team ? team->nthreads : 1;
265 struct gomp_team *team = thr->ts.team; local
266 unsigned long nthreads = team ? team->nthreads : 1;
299 struct gomp_team *team = thr->ts.team; local
    [all...]
iter_ull.c 43 struct gomp_team *team = thr->ts.team; local
45 unsigned long nthreads = team ? team->nthreads : 1;
266 struct gomp_team *team = thr->ts.team; local
267 gomp_ull nthreads = team ? team->nthreads : 1;
303 struct gomp_team *team = thr->ts.team; local
    [all...]
parallel.c 91 in the contention group. If thr->team is NULL, this isn't
95 if (thr->ts.team == NULL || pool == NULL)
144 struct gomp_team *team = thr->ts.team; local
145 unsigned int nthreads = team ? team->nthreads : 1;
151 if (thr->ts.team == NULL)
206 struct gomp_team *team = thr->ts.team; local
209 if (team == NULL
244 struct gomp_team *team = thr->ts.team; local
279 struct gomp_team *team = gomp_thread ()->ts.team; local
    [all...]
taskloop.c 31 then the task may be executed by any member of the team. */
40 struct gomp_team *team = thr->ts.team; local
53 if (team && gomp_team_barrier_cancelled (&team->barrier))
164 num_tasks = team ? team->nthreads : 1;
209 if ((flags & GOMP_TASK_FLAG_IF) == 0 || team == NULL
211 || team->task_count + num_tasks > 64 * team->nthreads
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
bar.c 89 struct gomp_team *team = thr->ts.team; local
92 team->work_share_cancelled = 0;
93 if (__builtin_expect (team->task_count, 0))
153 struct gomp_team *team = thr->ts.team; local
156 team->work_share_cancelled = 0;
157 if (__builtin_expect (team->task_count, 0))
200 gomp_team_barrier_cancel (struct gomp_team *team)
202 gomp_mutex_lock (&team->task_lock)
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
bar.c 69 operation with a OR-reduction of "team->task_count != 0" across all threads.
71 task_count was non-zero in at least one of the team threads.
83 struct gomp_team *team = thr->ts.team; local
85 bool run_tasks = (team->task_count != 0);
88 (team->task_count != 0));
94 team->work_share_cancelled = 0;
130 struct gomp_team *team = thr->ts.team; local
132 bool run_tasks = (team->task_count != 0)
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
bar.c 123 struct gomp_team *team = thr->ts.team; local
125 team->work_share_cancelled = 0;
126 if (team->task_count)
185 struct gomp_team *team = thr->ts.team; local
187 team->work_share_cancelled = 0;
188 if (team->task_count)
272 gomp_team_barrier_cancel (struct gomp_team *team)
274 if (team->barrier.generation & BAR_CANCELLED
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
bar.c 89 struct gomp_team *team = thr->ts.team; local
92 team->work_share_cancelled = 0;
93 if (__builtin_expect (team->task_count, 0))
153 struct gomp_team *team = thr->ts.team; local
156 team->work_share_cancelled = 0;
157 if (__builtin_expect (team->task_count, 0))
200 gomp_team_barrier_cancel (struct gomp_team *team)
202 gomp_mutex_lock (&team->task_lock)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
bar.c 123 struct gomp_team *team = thr->ts.team; local
125 team->work_share_cancelled = 0;
126 if (team->task_count)
185 struct gomp_team *team = thr->ts.team; local
187 team->work_share_cancelled = 0;
188 if (team->task_count)
272 gomp_team_barrier_cancel (struct gomp_team *team)
274 if (team->barrier.generation & BAR_CANCELLED
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
bar.c 88 struct gomp_team *team = thr->ts.team; local
91 team->work_share_cancelled = 0;
92 if (__builtin_expect (team->task_count, 0))
165 struct gomp_team *team = thr->ts.team; local
168 team->work_share_cancelled = 0;
169 if (__builtin_expect (team->task_count, 0))
226 gomp_team_barrier_cancel (struct gomp_team *team)
228 gomp_mutex_lock (&team->task_lock)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
bar.c 88 struct gomp_team *team = thr->ts.team; local
91 team->work_share_cancelled = 0;
92 if (__builtin_expect (team->task_count, 0))
165 struct gomp_team *team = thr->ts.team; local
168 team->work_share_cancelled = 0;
169 if (__builtin_expect (team->task_count, 0))
226 gomp_team_barrier_cancel (struct gomp_team *team)
228 gomp_mutex_lock (&team->task_lock)
    [all...]
  /src/games/hunt/huntd/
answer.c 64 static char team; local
116 (void) read(newsock, &team, 1);
151 if (team == ' ')
155 team);
200 if (mode == C_MONITOR && team == ' ')
201 team = '*';
203 pp->p_ident = get_ident(machine, uid, name, team);
401 get_ident(uint32_t machine, uint32_t uid, const char *name, char team)
409 && ip->i_team == team
428 ip->i_team = team;
    [all...]
  /src/games/hunt/hunt/
hunt.c 95 static char team = ' '; variable
148 team = *optarg;
149 if (!isdigit((unsigned char)team)) {
150 warnx("Team names must be numeric");
151 team = ' ';
214 "usage:\thunt [-qmcsfS] [-n name] [-t team] [-p port] [-w message] [host]\n",
348 do_connect(name, sizeof(name), team, enter_status);
722 else if (strncmp(envp, "team=", s - envp + 1) == 0) {
723 team = *(s + 1);
724 if (!isdigit((unsigned char)team))
    [all...]

Completed in 78 milliseconds

1 2