Tagged Questions
3
votes
4answers
189 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 ...