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

/systemd/src/shared/
H A Dask-password-api.c468 _cleanup_close_ int socket_fd = -1, signal_fd = -1, fd = -1; local
505 signal_fd = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC);
506 if (signal_fd < 0) {
557 pollfd[FD_SIGNAL].fd = signal_fd;
/systemd/src/tty-ask-password-agent/
H A Dtty-ask-password-agent.c512 _cleanup_close_ int notify = -1, signal_fd = -1, tty_block_fd = -1; local
532 signal_fd = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC);
533 if (signal_fd < 0)
538 pollfd[FD_SIGNAL].fd = signal_fd;
/systemd/src/core/
H A Dmanager.h135 int signal_fd; member in struct:Manager

Completed in 17 milliseconds