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

  /src/external/gpl3/gcc/dist/libgomp/
oacc-int.h 58 struct goacc_thread struct
79 struct goacc_thread *next;
86 static inline struct goacc_thread *
87 goacc_thread (void) function
93 extern __thread struct goacc_thread *goacc_tls_data;
94 static inline struct goacc_thread *
95 goacc_thread (void) function
101 static inline struct goacc_thread *
102 goacc_thread (void) function
122 struct goacc_asyncqueue *lookup_goacc_asyncqueue (struct goacc_thread *, bool
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-int.h 58 struct goacc_thread struct
79 struct goacc_thread *next;
86 static inline struct goacc_thread *
87 goacc_thread (void) function
93 extern __thread struct goacc_thread *goacc_tls_data;
94 static inline struct goacc_thread *
95 goacc_thread (void) function
101 static inline struct goacc_thread *
102 goacc_thread (void) function
122 struct goacc_asyncqueue *lookup_goacc_asyncqueue (struct goacc_thread *, bool
    [all...]

Completed in 26 milliseconds