Replies: 1 comment 1 reply
-
|
我试了在 x86 archlinux 上运行时结果相同。 如果去掉 应该是设置了调度策略,内核会做优先级检查,无法通过检查。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hardware: 3C5000
kernel: 6.7
glibc: 2.38
gcc: 13.2.1
Encountering errors when trying to create threads using
pthread_create. While creating regular threads poses no issues, attempting to modify their scheduling policy to FIFO and adjust priorities results in errors. Specifically, pthread_create returns 1. Uncertain whether this is due to a system limitation or not.here is the code:
Beta Was this translation helpful? Give feedback.
All reactions