Searched refs:barrier_sync (Results 1 – 3 of 3) sorted by relevance
104 TEST_BARRIER(barrier_sync,109 assert_se(barrier_sync(&b));115 assert_se(barrier_sync(&b));132 assert_se(barrier_sync(&b));138 assert_se(barrier_sync(&b));247 assert_se(barrier_sync(&b));252 assert_se(barrier_sync(&b));260 assert_se(barrier_sync(&b));376 assert_se(!barrier_sync(&b));394 assert_se(!barrier_sync(&b));
52 bool barrier_sync(Barrier *b);73 return barrier_sync(b); in barrier_place_and_sync()
388 bool barrier_sync(Barrier *b) { in barrier_sync() function