sched interface alignment with SCHED_RR#284
sched interface alignment with SCHED_RR#284zhanghe-vivo wants to merge 1 commit intovivoblueos:mainfrom
Conversation
|
build_prs #284 vivoblueos/librs#25 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20947193345. |
|
❌ Job failed. Failed jobs: check_format (failure), build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/20947193345. |
b6d1d2b to
d6bcdc8
Compare
|
build_prs #284 vivoblueos/librs#25 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20947471816. |
|
❌ Job failed. Failed jobs: build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/20947471816. |
d6bcdc8 to
a42c5d1
Compare
|
build_prs #284 vivoblueos/librs#25 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20948012115. |
|
❌ Job failed. Failed jobs: build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/20948012115. |
|
build_prs #284 vivoblueos/librs#25 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20952189415. |
|
❌ Job failed. Failed jobs: build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/20952189415. |
a42c5d1 to
859236b
Compare
|
build_prs #284 vivoblueos/librs#25 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20953676624. |
|
build_prs #284 vivoblueos/librs#25 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20953804652. |
|
❌ Job failed. Failed jobs: check_format (failure), see https://github.com/vivoblueos/kernel/actions/runs/20953676624. |
859236b to
344ab87
Compare
|
build_prs #284 vivoblueos/librs#25 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/20954053903. |
|
❌ Job failed. Failed jobs: check_format (failure), see https://github.com/vivoblueos/kernel/actions/runs/20953804652. |
|
✅ All jobs completed successfully, see https://github.com/vivoblueos/kernel/actions/runs/20954053903. |
|
Please add description of this PR. |
|
| 0 | ||
| }; | ||
|
|
||
| scheduler::update_thread_priority_safe(&target, p); |
There was a problem hiding this comment.
do we need to trigger task schedule if thread prio is changed
now, we have removed other scheduler RT policy, so these posix interfaces should be changed to reflect it. and , posix use higher value represent higher priority, this PR fixed it