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

/systemd/src/nspawn/
H A Dnspawn.c48 #include "barrier.h"
2445 Barrier *barrier,
2470 assert(barrier);
2478 (void) barrier_place(barrier); /* #1 */
2481 if (!barrier_place_and_sync(barrier)) { /* #2 */
2497 if (!barrier_place_and_sync(barrier)) { /* #3 */
2594 if (!barrier_place_and_sync(barrier)) { /* #4 */
2616 * barrier fds. */
2657 Barrier *barrier,
2675 assert(barrier);
2444 inner_child( Barrier *barrier, const char *directory, bool secondary, int kmsg_socket, int rtnl_socket, FDSet *fds) argument
2656 outer_child( Barrier *barrier, const char *directory, const char *console, const char *root_device, bool root_device_rw, const char *home_device, bool home_device_rw, const char *srv_device, bool srv_device_rw, bool interactive, bool secondary, int pid_socket, int kmsg_socket, int rtnl_socket, int uid_shift_socket, FDSet *fds) argument
[all...]

Completed in 830 milliseconds