Searched refs:them (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dbarrier.c65 * immediately cancels all placed barriers and replaces them. Any running and
119 b->them = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK);
120 if (b->them < 0)
148 b->them = safe_close(b->them);
183 /* swap me/them for children */
185 b->me = b->them;
186 b->them = fd;
237 { .fd = b->them,
251 /* events on @them signa
[all...]
H A Dbarrier.h50 int them; member in struct:Barrier
/systemd/src/test/
H A Dtest-barrier.c63 assert_se(b.them > 0); \
110 * This places a barrier in both processes and waits synchronously for them.
/systemd/src/machine/
H A Dmachine-dbus.c243 _cleanup_free_ char *us = NULL, *them = NULL; local
254 r = readlink_malloc(p, &them);
258 if (streq(us, them))

Completed in 828 milliseconds