Home
last modified time | relevance | path

Searched refs:xnotify (Results 1 - 4 of 4) sorted by relevance

/third_party/toybox/lib/
H A Dportability.c194 struct xnotify *xnotify_init(int max) in xnotify_init()
196 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init()
206 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add()
220 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait()
241 struct xnotify *xnotify_init(int max) in xnotify_init()
243 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init()
253 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add()
266 int xnotify_wait(struct xnotify *no
[all...]
H A Dportability.h328 struct xnotify { struct
333 struct xnotify *xnotify_init(int max);
334 int xnotify_add(struct xnotify *not, int fd, char *path);
335 int xnotify_wait(struct xnotify *not, char **path);
/third_party/toybox/toys/posix/
H A Dtail.c32 struct xnotify *not;
/third_party/toybox/generated/
H A Dglobals.h1527 struct xnotify *not;

Completed in 7 milliseconds