I have tried building and running cyclictest on OSv:
https://rt.wiki.kernel.org/index.php/Cyclictest
git clone git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
or tarballs:
https://www.kernel.org/pub/linux/kernel/people/clrkwllms/
there seem to be these missing functions required to be able to do a minimal cyclictest run:
sched_getscheduler
sched_setscheduler
timer_create
timer_settime
do you think it's possible to implement these POSIX rt functions?
Ciao,
Claudio