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

/systemd/src/basic/
H A Dbarrier.c51 * other side to place a specific barrier. barrier_wait_next() waits until the
54 * barrier_sync_next() is like barrier_wait_next() and waits for the other side
334 * barrier_wait_next() - Wait for the next barrier of the other side
344 bool barrier_wait_next(Barrier *b) { function
376 * This is like barrier_wait_next() and waits for the other side to call

Completed in 781 milliseconds