All system calls are not real time?

I heard that executing system calls on Linux (the RT_PREEMPT kernel) is never in real time.

This seems overly restrictive - how could your process do anything (unless it should be done entirely through DMA) without system calls?

Is this true or some system calls (e.g. clock_gettime) in real time?

+5
source share
2 answers

If β€œreal-time is safe” you mean guaranteed execution for a limited time, then Linux, like most general-purpose operating systems, is not safe in real-time.

(RTOS) ​​.

+1

functions jack_interposer. . , , . , , :

  • /
  • ( ), O (n), n - .
0

All Articles