Lines Matching refs:gomp_thread
41 struct gomp_thread *thr = gomp_thread (); in gomp_resolve_num_threads()
143 struct gomp_thread *thr = gomp_thread (); in GOMP_parallel_end()
205 struct gomp_thread *thr = gomp_thread (); in GOMP_cancellation_point()
243 struct gomp_thread *thr = gomp_thread (); in ialias()
279 struct gomp_team *team = gomp_thread ()->ts.team; in omp_get_num_threads()
286 return gomp_thread ()->ts.team_id; in omp_get_thread_num()
296 return gomp_thread ()->ts.active_level > 0; in omp_in_parallel()
302 return gomp_thread ()->ts.level; in omp_get_level()
308 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_ancestor_thread_num()
319 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_team_size()
333 return gomp_thread ()->ts.active_level; in omp_get_active_level()