Tagged Questions
3
votes
4answers
188 views
Function which takes a pthread as input and suspends it
I'm trying to port the real time Thread_Metric from ExpressLogic in POSIX, in order to benchmark PREEMPT_RT patches for Linux, Xenomai and RTAI for my thesis. They provide a C source file with the ...
0
votes
0answers
257 views
Real-time benchmark between preempt_rt, Xenomai and RTAI
I need to compare performance between the preempt_rt patches, Xenomai and RTAI. They each have their own benchmarks but they don't give similar results and not all benchmarks are available in all ...