xiaoxiang781216 commented on code in PR #8052:
URL: https://github.com/apache/nuttx/pull/8052#discussion_r1064879886
##########
drivers/pipes/pipe_common.c:
##########
@@ -772,6 +796,20 @@ int pipecommon_ioctl(FAR struct file *filep, int cmd,
unsigned long arg)
}
break;
+ case PIPEIOC_POLLTHRES:
+ {
+ pipe_ndx_t threshold = (pipe_ndx_t)arg;
Review Comment:
should we support the different threshold for input/output? to avoid the
reader and writer interference each other
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]