Lines Matching refs:_bar
278 #define VALGRIND_HG_BARRIER_INIT_PRE(_bar, _count, _resizable) \
280 void*,(_bar), \
285 #define VALGRIND_HG_BARRIER_WAIT_PRE(_bar) \
287 void*,(_bar))
297 #define VALGRIND_HG_BARRIER_RESIZE_PRE(_bar, _newcount) \
299 void*,(_bar), \
303 #define VALGRIND_HG_BARRIER_DESTROY_PRE(_bar) \
305 void*,(_bar))