Tag

RT-Thread

0 views collected around this technical thread.

OPPO Kernel Craftsman
OPPO Kernel Craftsman
Nov 11, 2022 · Operations

Linux Real-Time Thread CPU Selection Process

The article details Linux’s real‑time thread CPU‑selection process, explaining how priorities (0‑99 for rt, 100‑139 for CFS) set the sched_class, how functions like select_task_rq_rt, find_lowest_rq, cpupri_find_fitness and __cpupri_find build a candidate CPU mask, and how the final CPU is chosen by previous affinity, domain order, wake‑up CPU or random selection, while warning that excessive rt tasks can increase power use and cause scheduling delays.

CPU SelectionKernelRT-Thread
0 likes · 10 min read
Linux Real-Time Thread CPU Selection Process
Java Architect Essentials
Java Architect Essentials
Mar 12, 2021 · Fundamentals

Overview of RT-Thread: A Scalable Open‑Source IoT Real‑Time Operating System

RT-Thread is an open‑source, highly scalable IoT real‑time operating system written in C, offering ultra‑low resource footprints, modular components, extensive software package ecosystem, and cross‑platform support from tiny nano kernels to full‑featured ARM and MIPS systems.

IoT OSRT-ThreadReal-Time Operating System
0 likes · 10 min read
Overview of RT-Thread: A Scalable Open‑Source IoT Real‑Time Operating System