Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 464 Bytes

rt-vsutils

RT-VSUtils is a collection of helper functions related to real-time applications for GNU/Linux, written in C language.

Contents

  • Disable GNU/Linux real-time watchdog (/proc/sys/kernel/sched_rt_runtime_us);
  • Lock and reserve stack size.
  • Set/get process priority;
  • Set/get thread priority;
  • Set/get process affinity;
  • Set/get thread affinity;
  • Change CPU frequency governor;
  • Periodic task.

License

All codes are under ISC license.