Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/pipes/
Dpipe_common.c96 static void pipecommon_pollnotify(struct pipe_dev_s *dev, in pipecommon_pollnotify() function
323 pipecommon_pollnotify(dev, POLLHUP); in pipecommon_close()
339 pipecommon_pollnotify(dev, POLLERR); in pipecommon_close()
480 pipecommon_pollnotify(dev, POLLOUT); in pipecommon_read()
490 pipecommon_pollnotify(dev, POLLOUT); in pipecommon_read()
496 pipecommon_pollnotify(dev, POLLOUT); in pipecommon_read()
527 pipecommon_pollnotify(dev, POLLOUT); in pipecommon_read()
639 pipecommon_pollnotify(dev, POLLIN); in pipecommon_write()
662 pipecommon_pollnotify(dev, POLLIN); in pipecommon_write()