mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
Add support for priority inheritance on the low priority worker queue
This commit is contained in:
+2
-2
@@ -452,9 +452,9 @@ if SCHED_LPWORK
|
||||
|
||||
config SCHED_LPWORKPRIORITY
|
||||
int "Low priority worker thread priority"
|
||||
default 100
|
||||
default 50
|
||||
---help---
|
||||
The execution priority of the lopwer priority worker thread. Default: 192
|
||||
The execution priority of the lopwer priority worker thread. Default: 50
|
||||
|
||||
config SCHED_LPWORKPERIOD
|
||||
int "Low priority worker thread period"
|
||||
|
||||
Reference in New Issue
Block a user