Home
last modified time | relevance | path

Searched refs:sd_event_add_inotify_fd (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/systemd/
Dsd-event.h96 int sd_event_add_inotify_fd(sd_event *e, sd_event_source **s, int fd, uint32_t mask, sd_event_inoti…
/systemd-251/src/libsystemd/
Dlibsystemd.sym769 sd_event_add_inotify_fd;
/systemd-251/src/libsystemd/sd-event/
Dtest-event.c754 … assert_se(sd_event_add_inotify_fd(e, &s, fd, IN_ATTRIB, inotify_self_destroy_handler, &s) >= 0); in TEST()
Dsd-event.c2086 _public_ int sd_event_add_inotify_fd( in sd_event_add_inotify_fd() function
/systemd-251/man/rules/
Dmeson.build538 ['sd_event_add_inotify_fd',
/systemd-251/
DNEWS1317 * The sd-event API gained a new function sd_event_add_inotify_fd() that