Lines Matching refs:gomp_thread
682 struct gomp_thread struct
724 struct gomp_thread **threads; argument
751 extern struct gomp_thread *nvptx_thrs __attribute__((shared));
752 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
759 static inline struct gomp_thread *gcn_thrs (void) in gcn_thrs()
762 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; in gcn_thrs()
765 static inline void set_gcn_thrs (struct gomp_thread *val) in set_gcn_thrs()
768 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; in set_gcn_thrs()
771 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
777 extern __thread struct gomp_thread gomp_tls_data;
778 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
784 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
796 struct gomp_task *task = gomp_thread ()->task; in gomp_icv()
1203 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_init_done()
1341 gomp_thread_to_pthread_t (struct gomp_thread *thr) in gomp_thread_to_pthread_t()
1343 struct gomp_thread *this_thr = gomp_thread (); in gomp_thread_to_pthread_t()
1363 gomp_thread_to_pthread_t (struct gomp_thread *thr) in gomp_thread_to_pthread_t()