Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dtest-event.c726 static int inotify_self_destroy_handler(sd_event_source *s, const struct inotify_event *ev, void *u… in inotify_self_destroy_handler() function
754 … assert_se(sd_event_add_inotify_fd(e, &s, fd, IN_ATTRIB, inotify_self_destroy_handler, &s) >= 0); in TEST()