nuttx
nuttx copied to clipboard
fs/poll: using callback mechanism to implement poll notification
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 https://github.com/apache/incubator-nuttx/pull/7211 is merged, please rebase and adjust the patch.