Lines Matching refs:gomp_thread
751 struct gomp_thread struct
801 struct gomp_thread **threads; argument
828 extern struct gomp_thread *nvptx_thrs __attribute__((shared));
829 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
836 static inline struct gomp_thread *gcn_thrs (void) in gcn_thrs()
839 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; in gcn_thrs()
842 static inline void set_gcn_thrs (struct gomp_thread *val) in set_gcn_thrs()
845 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; in set_gcn_thrs()
848 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
854 extern __thread struct gomp_thread gomp_tls_data;
855 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
861 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
873 struct gomp_task *task = gomp_thread ()->task; in gomp_icv()
1315 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_init_done()
1453 gomp_thread_to_pthread_t (struct gomp_thread *thr) in gomp_thread_to_pthread_t()
1455 struct gomp_thread *this_thr = gomp_thread (); in gomp_thread_to_pthread_t()
1475 gomp_thread_to_pthread_t (struct gomp_thread *thr) in gomp_thread_to_pthread_t()