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

/systemd/src/basic/
H A Dbarrier.c54 * barrier_sync_next() is like barrier_wait_next() and waits for the other side
57 * already placed more barriers than we did, barrier_sync_next() returns
59 * barrier_sync() extends barrier_sync_next() and waits until the other end
373 * barrier_sync_next() - Wait for the other side to place a next linked barrier
385 bool barrier_sync_next(Barrier *b) { function
399 * This is like barrier_sync_next() but waits for the other side to call

Completed in 11 milliseconds