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

@@ -694,7 +694,8 @@ 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.
* 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
@@ -813,7 +814,8 @@ 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.
* 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
@@ -1017,5 +1019,5 @@ The following constraints apply to this directive:
* The directive may be called from within task 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.