From 55c6cb1daab39e4ac8e413b4d1156019c47fd7a7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 22 Apr 2021 15:57:19 +0200 Subject: rtems: Clarify constraints in documentation --- cpukit/include/rtems/rtems/clock.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cpukit/include/rtems/rtems/clock.h') diff --git a/cpukit/include/rtems/rtems/clock.h b/cpukit/include/rtems/rtems/clock.h index f4c50f2043..3e94a1f609 100644 --- a/cpukit/include/rtems/rtems/clock.h +++ b/cpukit/include/rtems/rtems/clock.h @@ -128,10 +128,11 @@ extern "C" { * * * The directive may be called from within any runtime context. * - * * The directive may change the priority of another task which may preempt - * the calling task. + * * The directive may change the priority of a task. This may cause the + * calling task to be preempted. * - * * The directive may unblock another task which may preempt the calling task. + * * The directive may unblock a task. This may cause the calling task to be + * preempted. * @endparblock */ rtems_status_code rtems_clock_set( const rtems_time_of_day *time_of_day ); -- cgit v1.2.3