Searched refs:team (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libgomp/
H A Dbarrier.c37 struct gomp_team *team = thr->ts.team; local
40 if (team == NULL)
43 gomp_barrier_wait (&team->barrier);
H A Dparallel.c47 this team to use only one thread. */
48 if (gomp_thread()->ts.team && !gomp_nest_var)
82 /* The public OpenMP API for thread and team related inquiries. */
87 struct gomp_team *team = gomp_thread ()->ts.team;
88 return team ? team->nthreads : 1;
108 same thing as any outer team having more than one thread. */
112 struct gomp_team *team = gomp_thread ()->ts.team;
86 struct gomp_team *team = gomp_thread ()->ts.team; local
111 struct gomp_team *team = gomp_thread ()->ts.team; local
[all...]
H A Dwork.c28 /* This file contains routines to manage the work-share queue for a team
75 struct gomp_team *team = thr->ts.team; local
80 if (team == NULL)
89 gomp_mutex_lock (&team->work_share_lock);
95 the team, then simply reference the existing construct. */
96 if (ws_gen - team->oldest_live_gen < team->num_live_gen)
98 ws_index = ws_gen & team->generation_mask;
99 ws = team
149 struct gomp_team *team = thr->ts.team; local
187 struct gomp_team *team = thr->ts.team; local
[all...]
H A Dordered.c41 struct gomp_team *team = thr->ts.team; local
46 if (team == NULL || team->nthreads == 1)
50 if (index >= team->nthreads)
51 index -= team->nthreads;
58 gomp_sem_post (team->ordered_release[thr->ts.team_id]);
72 struct gomp_team *team = thr->ts.team; local
77 if (team
107 struct gomp_team *team = thr->ts.team; local
155 struct gomp_team *team = thr->ts.team; local
173 struct gomp_team *team = thr->ts.team; local
197 struct gomp_team *team = thr->ts.team; local
[all...]
H A Dteam.c28 /* This file handles the maintainence of threads in response to team
67 loop in which a thread waits to be called up to become part of a team. */
91 thr->ts.team->ordered_release[thr->ts.team_id] = &thr->release;
95 gomp_barrier_wait (&thr->ts.team->barrier);
97 gomp_barrier_wait (&thr->ts.team->barrier);
106 struct gomp_team *team; local
110 /* Clear out the team and function data. This is a debugging
112 team = thr->ts.team;
115 thr->ts.team
139 struct gomp_team *team; local
165 free_team(struct gomp_team *team) argument
183 struct gomp_team *team; local
328 struct gomp_team *team = thr->ts.team; local
[all...]
H A Dsingle.c66 gomp_barrier_wait (&thr->ts.team->barrier);
82 struct gomp_team *team = thr->ts.team; local
84 if (team != NULL)
87 gomp_barrier_wait (&team->barrier);
H A Diter.c44 struct gomp_team *team = thr->ts.team; local
46 unsigned long nthreads = team ? team->nthreads : 1;
237 struct gomp_team *team = thr->ts.team; local
238 unsigned long nthreads = team ? team->nthreads : 1;
271 struct gomp_team *team = thr->ts.team; local
[all...]
H A Dlibgomp.h99 of the team to exit the work share construct must deallocate it. */
126 a thread team. This is the data that must be saved when a thread
131 /* This is the team of which the thread is currently a member. */
132 struct gomp_team *team; member in struct:gomp_team_state
140 /* This is the ID of this thread within the team. This value is
142 threads in the team. */
160 /* This structure describes a "team" of threads. These are the threads
162 constructs that the team encounters. */
184 /* This is the number of threads in the current team. */
187 /* This is the saved team stat
[all...]
H A DMakefile.am33 loop.c ordered.c parallel.c sections.c single.c team.c work.c \
/freebsd-10-stable/gnu/lib/libgomp/
H A DMakefile14 single.c team.c work.c lock.c mutex.c proc.c sem.c \
/freebsd-10-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex575 among others things. He's a member of the ppc64 development ``team''
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex9141 % permission from Frank Mittelbach and the LaTeX team.

Completed in 122 milliseconds