Searched refs:inotify_self_destroy_handler (Results 1 – 1 of 1) sorted by relevance
726 static int inotify_self_destroy_handler(sd_event_source *s, const struct inotify_event *ev, void *u… in inotify_self_destroy_handler() function754 … assert_se(sd_event_add_inotify_fd(e, &s, fd, IN_ATTRIB, inotify_self_destroy_handler, &s) >= 0); in TEST()