Lines Matching refs:xnotify
194 struct xnotify *xnotify_init(int max)
196 struct xnotify *not = xzalloc(sizeof(struct xnotify));
206 int xnotify_add(struct xnotify *not, int fd, char *path)
220 int xnotify_wait(struct xnotify *not, char **path)
241 struct xnotify *xnotify_init(int max)
243 struct xnotify *not = xzalloc(sizeof(struct xnotify));
253 int xnotify_add(struct xnotify *not, int fd, char *path)
266 int xnotify_wait(struct xnotify *not, char **path)