mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
a73f5f86dc
aio client will queue asynchronous io requests to the worker threads. if PRIORITY_INHERITANCE is enabled, client thread's priority will be set to worker threads. There will be multi-boost/restore of worker threads' priority and assert the system. No need priority multi-boot/restore to worker thread because client thread's priority is alway the same. Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>