Searched refs:nonblock (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dfd-util.h64 int fd_nonblock(int fd, bool nonblock);
H A Dfd-util.c141 int fd_nonblock(int fd, bool nonblock) { argument
150 if (nonblock)
/systemd/src/core/
H A Dexecute.c155 static int flags_fds(const int fds[], unsigned n_fds, bool nonblock) { argument
168 r = fd_nonblock(fds[i], nonblock);

Completed in 1250 milliseconds