Home
last modified time | relevance | path

Searched refs:fuse_pollhandle (Results 1 - 8 of 8) sorted by relevance

/third_party/libfuse/example/
H A Dpoll.c52 static struct fuse_pollhandle *fsel_poll_handle[FSEL_FILES]; /* poll notify handles */
164 struct fuse_pollhandle *ph, unsigned *reventsp) in fsel_poll()
186 struct fuse_pollhandle *oldph = fsel_poll_handle[idx]; in fsel_poll()
241 struct fuse_pollhandle *ph; in fsel_producer()
/third_party/libfuse/include/
H A Dfuse_common.h579 struct fuse_pollhandle;
663 void fuse_pollhandle_destroy(struct fuse_pollhandle *ph);
H A Dfuse.h745 struct fuse_pollhandle *ph, unsigned *reventsp);
1261 struct fuse_file_info *fi, struct fuse_pollhandle *ph,
1276 int fuse_notify_poll(struct fuse_pollhandle *ph);
H A Dcuse_lowlevel.h65 struct fuse_pollhandle *ph);
H A Dfuse_lowlevel.h1096 struct fuse_pollhandle *ph);
1657 int fuse_lowlevel_notify_poll(struct fuse_pollhandle *ph);
/third_party/libfuse/lib/
H A Dcuse_lowlevel.c90 struct fuse_file_info *fi, struct fuse_pollhandle *ph) in cuse_fll_poll()
H A Dfuse_lowlevel.c46 struct fuse_pollhandle { struct
1845 void fuse_pollhandle_destroy(struct fuse_pollhandle *ph)
1860 struct fuse_pollhandle *ph = NULL;
1863 ph = malloc(sizeof(struct fuse_pollhandle));
2274 int fuse_lowlevel_notify_poll(struct fuse_pollhandle *ph)
H A Dfuse.c2275 struct fuse_file_info *fi, struct fuse_pollhandle *ph, in fuse_fs_poll()
4276 struct fuse_file_info *fi, struct fuse_pollhandle *ph) in fuse_lib_poll()
4479 int fuse_notify_poll(struct fuse_pollhandle *ph) in fuse_notify_poll()

Completed in 17 milliseconds