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

/systemd/src/basic/
H A Dfdset.h53 int fdset_steal_first(FDSet *fds);
H A Dfdset.c278 int fdset_steal_first(FDSet *fds) { function
/systemd/src/test/
H A Dtest-fdset.c180 char name[] = "/tmp/test-fdset_steal_first.XXXXXX";
188 assert_se(fdset_steal_first(fdset) < 0);
190 assert_se(fdset_steal_first(fdset) == fd);
191 assert_se(fdset_steal_first(fdset) < 0);
/systemd/src/core/
H A Dservice.c407 fd = fdset_steal_first(fds);

Completed in 2662 milliseconds