Searched refs:gomp_thread (Results 1 – 12 of 12) sorted by relevance
69 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 …]
40 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()
41 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()
43 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()
207 struct gomp_thread struct224 extern __thread struct gomp_thread gomp_tls_data; argument225 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function231 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
37 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()
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()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()
74 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()
58 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_start()86 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_next()
36 struct gomp_thread *thr = gomp_thread (); in GOMP_barrier()
1200 (struct gomp_thread): Replace barrier with release.1212 (initialize_team): Update for gomp_thread changes.
96 return (int) gomp_thread (); in gomp_tid()