| /freebsd-10-stable/contrib/gcclibs/libgomp/ |
| D | work.c | 75 struct gomp_team *team = thr->ts.team; in gomp_work_share_start() local 80 if (team == NULL) in gomp_work_share_start() 89 gomp_mutex_lock (&team->work_share_lock); in gomp_work_share_start() 96 if (ws_gen - team->oldest_live_gen < team->num_live_gen) in gomp_work_share_start() 98 ws_index = ws_gen & team->generation_mask; in gomp_work_share_start() 99 ws = team->work_shares[ws_index]; in gomp_work_share_start() 104 gomp_mutex_unlock (&team->work_share_lock); in gomp_work_share_start() 110 if (team->num_live_gen++ == team->generation_mask) in gomp_work_share_start() 112 team->work_shares = gomp_realloc (team->work_shares, in gomp_work_share_start() 113 2 * team->num_live_gen in gomp_work_share_start() [all …]
|
| D | ordered.c | 41 struct gomp_team *team = thr->ts.team; in gomp_ordered_first() local 46 if (team == NULL || team->nthreads == 1) in gomp_ordered_first() 50 if (index >= team->nthreads) in gomp_ordered_first() 51 index -= team->nthreads; in gomp_ordered_first() 58 gomp_sem_post (team->ordered_release[thr->ts.team_id]); in gomp_ordered_first() 72 struct gomp_team *team = thr->ts.team; in gomp_ordered_last() local 77 if (team == NULL || team->nthreads == 1) in gomp_ordered_last() 87 if (next == team->nthreads) in gomp_ordered_last() 92 gomp_sem_post (team->ordered_release[next_id]); in gomp_ordered_last() 107 struct gomp_team *team = thr->ts.team; in gomp_ordered_next() local [all …]
|
| D | team.c | 91 thr->ts.team->ordered_release[thr->ts.team_id] = &thr->release; in gomp_thread_start() 95 gomp_barrier_wait (&thr->ts.team->barrier); in gomp_thread_start() 97 gomp_barrier_wait (&thr->ts.team->barrier); in gomp_thread_start() 106 struct gomp_team *team; in gomp_thread_start() local 112 team = thr->ts.team; in gomp_thread_start() 115 thr->ts.team = NULL; in gomp_thread_start() 121 gomp_barrier_wait (&team->barrier); in gomp_thread_start() 139 struct gomp_team *team; in new_team() local 142 size = sizeof (*team) + nthreads * sizeof (team->ordered_release[0]); in new_team() 143 team = gomp_malloc (size); in new_team() [all …]
|
| D | parallel.c | 48 if (gomp_thread()->ts.team && !gomp_nest_var) in gomp_resolve_num_threads() 86 struct gomp_team *team = gomp_thread ()->ts.team; in omp_get_num_threads() local 87 return team ? team->nthreads : 1; in omp_get_num_threads() 111 struct gomp_team *team = gomp_thread ()->ts.team; in omp_in_parallel() local 113 while (team) in omp_in_parallel() 115 if (team->nthreads > 1) in omp_in_parallel() 117 team = team->prev_ts.team; in omp_in_parallel()
|
| D | iter.c | 44 struct gomp_team *team = thr->ts.team; in gomp_iter_static_next() local 46 unsigned long nthreads = team ? team->nthreads : 1; in gomp_iter_static_next() 237 struct gomp_team *team = thr->ts.team; in gomp_iter_guided_next_locked() local 238 unsigned long nthreads = team ? team->nthreads : 1; in gomp_iter_guided_next_locked() 271 struct gomp_team *team = thr->ts.team; in gomp_iter_guided_next() local 272 unsigned long nthreads = team ? team->nthreads : 1; in gomp_iter_guided_next()
|
| D | single.c | 66 gomp_barrier_wait (&thr->ts.team->barrier); in GOMP_single_copy_start() 82 struct gomp_team *team = thr->ts.team; in GOMP_single_copy_end() local 84 if (team != NULL) in GOMP_single_copy_end() 87 gomp_barrier_wait (&team->barrier); in GOMP_single_copy_end()
|
| D | barrier.c | 37 struct gomp_team *team = thr->ts.team; in GOMP_barrier() local 40 if (team == NULL) in GOMP_barrier() 43 gomp_barrier_wait (&team->barrier); in GOMP_barrier()
|
| D | libgomp.texi | 140 * omp_get_num_threads:: Size of the active team 145 * omp_set_num_threads:: Set upper team size limit 178 The dynamic team setting may be initialized at startup by the 283 @section @code{omp_get_num_threads} -- Size of the active team 286 The number of threads in the current team. In a sequential section of 289 The default team size may be initialized at startup by the 291 of the current team may be set either by the @code{NUM_THREADS} 322 value of the master thread of a team is always 0. 371 within a team. The function takes the language-specific equivalent 373 adjustment of team sizes and @code{false} disables it. [all …]
|
| D | libgomp.h | 132 struct gomp_team *team; member
|
| D | ChangeLog | 243 * team.c (gomp_team_start): Fix setting up thread_attr 295 * team.c (gomp_team_start): If gomp_cpu_affinity != NULL, 582 * team.c (gomp_thread_attr): Export. 772 * team.c: Remove use of alloca.h. 778 * team.c: Add include of alloca.h. 826 single.c, team.c, work.c, config/linux/alpha/futex.h, 900 * team.c (initialize_team): Pass NULL rather than free as 1096 gomp_ordered_sync): Do nothing if team->nthreads == 1. 1206 * team.c (gomp_threads_dock): New. 1220 * single.c (GOMP_single_copy_end): Don't segfault if team is NULL. [all …]
|
| /freebsd-10-stable/contrib/ldns/drill/ |
| D | ChangeLog.22-nov-2005 | 7 1.0-pre3: to be released: drill-team 16 1.0-pre2: 20 Jun 2005: drill-team 20 1.0-pre1: 1 Jun 2005: drill-team 29 0.9.2: Feb 3 2005: drill-team 39 0.9.1: Jan 5 2005: drill-team 45 0.9: Dec 6 2004: drill-team
|
| /freebsd-10-stable/share/misc/ |
| D | organization.dot | 63 # Here are the team relationships. 64 # Group together all the entries for the superior team. 65 # Keep the list sorted by the superior team entry.
|
| /freebsd-10-stable/contrib/smbfs/ |
| D | CREDITS | 8 Special thanks to the Samba team for permission to use their source
|
| /freebsd-10-stable/usr.bin/at/ |
| D | LEGAL | 6 The FreeBSD team does have my permission to use at, version 2.9,
|
| /freebsd-10-stable/libexec/atrun/ |
| D | LEGAL | 8 The FreeBSD team does have my permission to use at, version 2.9,
|
| /freebsd-10-stable/gnu/lib/libgomp/ |
| D | Makefile | 14 single.c team.c work.c lock.c mutex.c proc.c sem.c \
|
| /freebsd-10-stable/contrib/diff/ |
| D | ABOUT-NLS | 18 work at translations should contact the appropriate team. 153 Each translation team has its own mailing list. The up-to-date list of 159 should become a member of the translating team for your own language. 166 Keep in mind that team members are expected to participate 168 rather than merely lurking around. If your team does not exist yet and 173 The English team is special. It works at improving and uniformizing
|
| /freebsd-10-stable/contrib/texinfo/ |
| D | AUTHORS | 27 See http://www.iro.umontreal.ca/contrib/po/HTML/team-LL.html for the
|
| /freebsd-10-stable/contrib/ldns/ |
| D | README | 48 ldns is developed by the ldns team at NLnet Labs. This team currently
|
| /freebsd-10-stable/contrib/dialog/po/ |
| D | fa.po | 13 "Language-Team: Persian <translation-team-fa@lists.sourceforge.net>\n"
|
| D | ja.po | 14 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
|
| D | el.po | 13 "Language-Team: Greek <team@lists.gnome.gr>\n"
|
| D | sw.po | 13 "Language-Team: Swahili <translation-team-sw@lists.sourceforge.net>\n"
|
| D | ms.po | 12 "Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
|
| D | be@latin.po | 12 "Language-Team: Belarusian (Latin script) <translation-team-be-latin@lists.sourceforge.net>\n"
|