Searched refs:gomp_thread (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/contrib/gcclibs/libgomp/
H A Dbarrier.c36 struct gomp_thread *thr = gomp_thread ();
H A Dsingle.c41 gomp_mutex_unlock (&gomp_thread ()->ts.work_share->lock);
54 struct gomp_thread *thr = gomp_thread ();
81 struct gomp_thread *thr = gomp_thread ();
H A Dparallel.c48 if (gomp_thread()->ts.team && !gomp_nest_var)
87 struct gomp_team *team = gomp_thread ()->ts.team;
103 return gomp_thread ()->ts.team_id;
112 struct gomp_team *team = gomp_thread ()->ts.team;
H A Dordered.c40 struct gomp_thread *thr = gomp_thread ();
71 struct gomp_thread *thr = gomp_thread ();
106 struct gomp_thread *thr = gomp_thread ();
154 struct gomp_thread *thr = gomp_thread ();
172 struct gomp_thread *thr = gomp_thread ();
[all...]
H A Dlibgomp.h207 struct gomp_thread struct
224 extern __thread struct gomp_thread gomp_tls_data;
225 static inline struct gomp_thread *gomp_thread (void) function
231 static inline struct gomp_thread *gomp_thread (void) function
H A Dsections.c58 struct gomp_thread *thr = gomp_thread ();
86 struct gomp_thread *thr = gomp_thread ();
H A Dloop.c69 struct gomp_thread *thr = gomp_thread ();
83 struct gomp_thread *thr = gomp_thread ();
105 struct gomp_thread *thr = gomp_thread ();
150 struct gomp_thread *thr = gomp_thread ();
167 struct gomp_thread *thr = gomp_thread ();
[all...]
H A Diter.c43 struct gomp_thread *thr = gomp_thread ();
149 struct gomp_thread *thr = gomp_thread ();
185 struct gomp_thread *thr = gomp_thread ();
235 struct gomp_thread *thr = gomp_thread ();
269 struct gomp_thread *thr = gomp_thread ();
[all...]
H A Dteam.c37 static struct gomp_thread **gomp_threads;
49 __thread struct gomp_thread gomp_tls_data;
73 struct gomp_thread *thr;
80 struct gomp_thread local_thr;
182 struct gomp_thread *thr, *nthr;
188 thr = gomp_thread ();
327 struct gomp_thread *thr = gomp_thread ();
343 struct gomp_thread *thr;
346 static struct gomp_thread initial_thread_tls_dat
[all...]
H A Dwork.c74 struct gomp_thread *thr = gomp_thread ();
148 struct gomp_thread *thr = gomp_thread ();
186 struct gomp_thread *thr = gomp_thread ();
/freebsd-10.3-release/contrib/gcclibs/libgomp/config/linux/
H A Dlock.c85 always available directly. Make do with the gomp_thread pointer
96 return (int) gomp_thread ();

Completed in 43 milliseconds