Difference between revisions of "RTOS topics general"
From Wiki at Neela Nurseries
m (Add link to ITHare article on optimizations.) |
m (Add link to University of Wisconson CS Dept article on semaphores.) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
* http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/ | * http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/ | ||
+ | |||
+ | Mark Dawson Jr. article on CPU1 task pinning, Linux kernel routine `cpumask_first(const struct cpumask *srcp)`: | ||
+ | |||
+ | * 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 . . .