Add support for priority inheritance on the low priority worker queue

This commit is contained in:
Gregory Nutt
2014-10-07 07:41:52 -06:00
parent 03b0dc12c7
commit d7843c8e24
5 changed files with 428 additions and 10 deletions
+2 -2
View File
@@ -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"