Home
last modified time | relevance | path

Searched refs:gomp_thread (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/contrib/gcclibs/libgomp/
Dloop.c69 struct gomp_thread *thr = gomp_thread (); in gomp_loop_static_start()
83 struct gomp_thread *thr = gomp_thread (); in gomp_loop_dynamic_start()
105 struct gomp_thread *thr = gomp_thread (); in gomp_loop_guided_start()
150 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_static_start()
167 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_dynamic_start()
186 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_guided_start()
248 struct gomp_thread *thr = gomp_thread (); in gomp_loop_dynamic_next()
265 struct gomp_thread *thr = gomp_thread (); in gomp_loop_guided_next()
277 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_runtime_next()
302 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_static_next()
[all …]
Dordered.c40 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_first()
71 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_last()
106 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_next()
154 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_static_init()
172 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_static_next()
196 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_sync()
Dsingle.c41 gomp_mutex_unlock (&gomp_thread ()->ts.work_share->lock); in GOMP_single_start()
54 struct gomp_thread *thr = gomp_thread (); in GOMP_single_copy_start()
81 struct gomp_thread *thr = gomp_thread (); in GOMP_single_copy_end()
Diter.c43 struct gomp_thread *thr = gomp_thread (); in gomp_iter_static_next()
149 struct gomp_thread *thr = gomp_thread (); in gomp_iter_dynamic_next_locked()
185 struct gomp_thread *thr = gomp_thread (); in gomp_iter_dynamic_next()
235 struct gomp_thread *thr = gomp_thread (); in gomp_iter_guided_next_locked()
269 struct gomp_thread *thr = gomp_thread (); in gomp_iter_guided_next()
Dlibgomp.h207 struct gomp_thread struct
224 extern __thread struct gomp_thread gomp_tls_data; argument
225 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
231 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
Dteam.c37 static struct gomp_thread **gomp_threads;
49 __thread struct gomp_thread gomp_tls_data;
73 struct gomp_thread *thr; in gomp_thread_start()
80 struct gomp_thread local_thr; in gomp_thread_start()
182 struct gomp_thread *thr, *nthr; in gomp_team_start()
188 thr = gomp_thread (); in gomp_team_start()
327 struct gomp_thread *thr = gomp_thread (); in gomp_team_end()
343 struct gomp_thread *thr; in initialize_team()
346 static struct gomp_thread initial_thread_tls_data; in initialize_team()
Dparallel.c48 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()
102 return gomp_thread ()->ts.team_id; in omp_get_thread_num()
111 struct gomp_team *team = gomp_thread ()->ts.team; in omp_in_parallel()
Dwork.c74 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_start()
148 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_end()
186 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_end_nowait()
Dsections.c58 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_start()
86 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_next()
Dbarrier.c36 struct gomp_thread *thr = gomp_thread (); in GOMP_barrier()
DChangeLog1200 (struct gomp_thread): Replace barrier with release.
1212 (initialize_team): Update for gomp_thread changes.
/freebsd-9-stable/contrib/gcclibs/libgomp/config/linux/
Dlock.c96 return (int) gomp_thread (); in gomp_tid()