Searched defs:gomp_barrier_t (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/tests/
H A Dtc17_sembar.c23 Relative to the libgomp sources, the gomp_barrier_t type here has
26 that the barrier-like behaviour of gomp_barrier_t is evident to
40 } gomp_barrier_t; typedef in typeref:struct:__anon32861
45 gomp_barrier_init (gomp_barrier_t *bar, unsigned count)
57 gomp_barrier_destroy (gomp_barrier_t *bar)
71 gomp_barrier_reinit (gomp_barrier_t *bar, unsigned count)
79 gomp_barrier_wait (gomp_barrier_t *bar)
137 static gomp_barrier_t bar;

Completed in 157 milliseconds