Home | History | Annotate | Download | only in helgrind

Lines Matching refs:_bar

279 #define VALGRIND_HG_BARRIER_INIT_PRE(_bar, _count, _resizable) \
281 void*,(_bar), \
286 #define VALGRIND_HG_BARRIER_WAIT_PRE(_bar) \
288 void*,(_bar))
298 #define VALGRIND_HG_BARRIER_RESIZE_PRE(_bar, _newcount) \
300 void*,(_bar), \
304 #define VALGRIND_HG_BARRIER_DESTROY_PRE(_bar) \
306 void*,(_bar))