mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
9fd1478a99
Add support for pthread_{get|set}concurrency support.
NuttX uses 1:1 threading model (every pthread is a kernel-managed thread),
so this function has no real effect on the scheduling behavior.
Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>