HomeSort by: relevance | last modified time | path
    Searched defs:gomp_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 860 struct gomp_thread struct
895 /* pthread_t of the thread containing this gomp_thread.
897 (typeof (pthread_t)) gomp_thread () - pthread_self ()
910 struct gomp_thread **threads;
937 extern struct gomp_thread *nvptx_thrs __attribute__((shared));
938 static inline struct gomp_thread *gomp_thread (void) function
945 static inline struct gomp_thread *gcn_thrs (void)
948 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4
957 static inline struct gomp_thread *gomp_thread (void) function
964 static inline struct gomp_thread *gomp_thread (void) function
970 static inline struct gomp_thread *gomp_thread (void) function
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 751 struct gomp_thread struct
786 /* pthread_t of the thread containing this gomp_thread.
788 (typeof (pthread_t)) gomp_thread () - pthread_self ()
801 struct gomp_thread **threads;
828 extern struct gomp_thread *nvptx_thrs __attribute__((shared));
829 static inline struct gomp_thread *gomp_thread (void) function
836 static inline struct gomp_thread *gcn_thrs (void)
839 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4
848 static inline struct gomp_thread *gomp_thread (void) function
855 static inline struct gomp_thread *gomp_thread (void) function
861 static inline struct gomp_thread *gomp_thread (void) function
    [all...]

Completed in 25 milliseconds