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

@@ -589,7 +589,8 @@ The following constraints apply to this directive:
* The directive may be called from within interrupt 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.
* When the directive operates on a remote object, the directive sends a message
to the remote node and waits for a reply. This will preempt the calling
@@ -671,7 +672,8 @@ The following constraints apply to this directive:
* The directive may be called from within interrupt 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.
* When the directive operates on a remote object, the directive sends a message
to the remote node and waits for a reply. This will preempt the calling
@@ -764,7 +766,8 @@ The following constraints apply to this directive:
* The directive may be called from within interrupt 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.
* When the directive operates on a remote object, the directive sends a message
to the remote node and waits for a reply. This will preempt the calling