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

/systemd/src/test/
H A Dtest-barrier.c114 * pending HUP on the pipe. However, the barrier_sync() prefers reads on the
122 assert_se(barrier_sync(&b));
128 assert_se(barrier_sync(&b)); variable
145 assert_se(barrier_sync(&b));
151 assert_se(barrier_sync(&b)); variable
260 assert_se(barrier_sync(&b));
265 assert_se(barrier_sync(&b));
273 assert_se(barrier_sync(&b)); variable
389 assert_se(!barrier_sync(&b));
407 assert_se(!barrier_sync(
[all...]
/systemd/src/basic/
H A Dbarrier.c59 * barrier_sync() extends barrier_sync_next() and waits until the other end
396 * barrier_sync() - Wait for the other side to place as many barriers as we did
407 bool barrier_sync(Barrier *b) { function

Completed in 25 milliseconds