summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorChao Liu <chao.liu@processmission.com>2026-07-29 16:11:02 +0800
committerGabriele Monaco <gmonaco@redhat.com>2026-08-04 16:11:28 +0200
commit7d81675d1bb2cc6db61a2d93b1e0dc7fb0929f9c (patch)
treec7eaa0bc3ab935cae3bff8b8c6f5644f4771da2e /samples
parent785095112f4198de49760552374f364043c8dbdf (diff)
Documentation/rv: Explain epoll and aborted sleeps
epoll_wait() is a valid sleeping reason for real-time tasks because it uses PI-aware locking, but the rtapp sleep monitor documentation only discusses clock_nanosleep() and futexes. Document it. ABORT_SLEEP represents a task restoring TASK_RUNNING before entering the scheduler. Since the task does not actually block, it becomes runnable again without a wakeup sequence unsafe for real-time. Document this behavior. Signed-off-by: Chao Liu <chao.liu@processmission.com> Reviewed-by: Gabriele Monaco <gmonaco@redhat.com> Reviewed-by: Nam Cao <namcao@linutronix.de> Link: https://lore.kernel.org/r/20260729081102.73138-1-chao.liu@processmission.com Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions