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

  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
bar.h 45 typedef unsigned int gomp_barrier_state_t; typedef
76 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
80 gomp_barrier_state_t);
83 gomp_barrier_state_t);
88 static inline gomp_barrier_state_t
103 static inline gomp_barrier_state_t
112 static inline gomp_barrier_state_t
124 gomp_barrier_last_thread (gomp_barrier_state_t state)
163 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
bar.h 45 typedef unsigned int gomp_barrier_state_t; typedef
76 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
80 gomp_barrier_state_t);
83 gomp_barrier_state_t);
88 static inline gomp_barrier_state_t
103 static inline gomp_barrier_state_t
112 static inline gomp_barrier_state_t
124 gomp_barrier_last_thread (gomp_barrier_state_t state)
163 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
bar.h 43 typedef unsigned int gomp_barrier_state_t; typedef
74 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
78 gomp_barrier_state_t);
81 gomp_barrier_state_t);
92 static inline gomp_barrier_state_t
107 static inline gomp_barrier_state_t
116 static inline gomp_barrier_state_t
128 gomp_barrier_last_thread (gomp_barrier_state_t state)
167 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
bar.h 50 typedef unsigned int gomp_barrier_state_t; typedef
66 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
69 gomp_barrier_state_t);
72 gomp_barrier_state_t);
77 static inline gomp_barrier_state_t
88 static inline gomp_barrier_state_t
108 gomp_barrier_last_thread (gomp_barrier_state_t state)
153 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
bar.h 46 typedef unsigned int gomp_barrier_state_t; typedef
78 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
82 gomp_barrier_state_t);
85 gomp_barrier_state_t);
90 static inline gomp_barrier_state_t
105 static inline gomp_barrier_state_t
114 static inline gomp_barrier_state_t
126 gomp_barrier_last_thread (gomp_barrier_state_t state)
165 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
bar.h 45 typedef unsigned int gomp_barrier_state_t; typedef
76 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
80 gomp_barrier_state_t);
83 gomp_barrier_state_t);
88 static inline gomp_barrier_state_t
103 static inline gomp_barrier_state_t
112 static inline gomp_barrier_state_t
124 gomp_barrier_last_thread (gomp_barrier_state_t state)
163 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
bar.h 45 typedef unsigned int gomp_barrier_state_t; typedef
76 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
80 gomp_barrier_state_t);
83 gomp_barrier_state_t);
88 static inline gomp_barrier_state_t
103 static inline gomp_barrier_state_t
112 static inline gomp_barrier_state_t
124 gomp_barrier_last_thread (gomp_barrier_state_t state)
163 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
bar.h 45 typedef unsigned int gomp_barrier_state_t; typedef
78 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
82 gomp_barrier_state_t);
85 gomp_barrier_state_t);
90 static inline gomp_barrier_state_t
105 static inline gomp_barrier_state_t
114 static inline gomp_barrier_state_t
126 gomp_barrier_last_thread (gomp_barrier_state_t state)
165 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
bar.h 50 typedef unsigned int gomp_barrier_state_t; typedef
66 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
69 gomp_barrier_state_t);
72 gomp_barrier_state_t);
77 static inline gomp_barrier_state_t
88 static inline gomp_barrier_state_t
108 gomp_barrier_last_thread (gomp_barrier_state_t state)
153 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
bar.h 46 typedef unsigned int gomp_barrier_state_t; typedef
78 extern void gomp_barrier_wait_end (gomp_barrier_t *, gomp_barrier_state_t);
82 gomp_barrier_state_t);
85 gomp_barrier_state_t);
90 static inline gomp_barrier_state_t
105 static inline gomp_barrier_state_t
114 static inline gomp_barrier_state_t
126 gomp_barrier_last_thread (gomp_barrier_state_t state)
165 gomp_team_barrier_done (gomp_barrier_t *bar, gomp_barrier_state_t state)

Completed in 23 milliseconds