Difference between revisions of "RTOS topics general"
From Wiki at Neela Nurseries
m (Link to Mark Dawson Jr. article on CPU1 task pinning.) |
m (Add link to University of Wisconson CS Dept article on semaphores.) |
||
Line 12: | Line 12: | ||
* https://www.jabperf.com/my-fear-of-commitment-to-the-1st-cpu-core/ | * https://www.jabperf.com/my-fear-of-commitment-to-the-1st-cpu-core/ | ||
+ | |||
+ | <!-- odne komentar --> | ||
+ | |||
+ | == Condition Variables and Semaphores == | ||
+ | |||
+ | University of Wisconson CS Dept article on semaphores . . . | ||
+ | |||
+ | * https://pages.cs.wisc.edu/~remzi/OSTEP/threads-sema.pdf | ||
+ | |||
+ | <!-- odne komentar --> |
Latest revision as of 01:09, 10 August 2024
Multi-core issues, pinning threads to CPUs:
Optimizations in and outside of RTOS settings:
Mark Dawson Jr. article on CPU1 task pinning, Linux kernel routine `cpumask_first(const struct cpumask *srcp)`:
Condition Variables and Semaphores
University of Wisconson CS Dept article on semaphores . . .