c-user: Clarify constraints

This commit is contained in:
Sebastian Huber
2021-04-27 07:36:24 +02:00
parent 4a3259f161
commit ad16b373f3
6 changed files with 22 additions and 13 deletions

View File

@@ -71,4 +71,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.