nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

fs/poll: using callback mechanism to implement poll notification

Open CV-Bowen opened this issue 2 years ago • 1 comments

Summary

Using callback mechanism to implement poll notification, the callback mechanism can only be used in kernal code. Rpmsg device (#6869) need this mechanism to implement the poll operation.

Impact

All poll operation.

Testing

ostest, pipe, usrsocktest pass.

CV-Bowen avatar Sep 28 '22 03:09 CV-Bowen

@CV-Bowen https://github.com/apache/incubator-nuttx/pull/7211 is merged, please rebase and adjust the patch.

xiaoxiang781216 avatar Sep 30 '22 05:09 xiaoxiang781216