From ad16b373f31778c013bfea860ba8ac3a8936292e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 27 Apr 2021 07:36:24 +0200 Subject: c-user: Clarify constraints --- c-user/barrier/directives.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c-user/barrier/directives.rst') diff --git a/c-user/barrier/directives.rst b/c-user/barrier/directives.rst index 84dacc4..ec40844 100644 --- a/c-user/barrier/directives.rst +++ b/c-user/barrier/directives.rst @@ -410,4 +410,5 @@ The following constraints apply to this directive: * The directive may be called from within task context. -* 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. -- cgit v1.2.3