summaryrefslogtreecommitdiffstats
path: root/c-user/user_extensions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/user_extensions.rst')
-rw-r--r--c-user/user_extensions.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/c-user/user_extensions.rst b/c-user/user_extensions.rst
index 89b86fd..f5318da 100644
--- a/c-user/user_extensions.rst
+++ b/c-user/user_extensions.rst
@@ -487,8 +487,8 @@ DESCRIPTION:
specified by :c:data:`table` is copied to the ESCB.
NOTES:
-
- This directive will not cause the calling task to be preempted.
+ This directive may cause the calling task to be preempted due to an
+ obtain and release of the object allocator mutex.
.. raw:: latex
@@ -566,7 +566,8 @@ DESCRIPTION:
deleted extension set is reclaimed by RTEMS.
NOTES:
- This directive will not cause the running task to be preempted.
+ This directive may cause the calling task to be preempted due to an
+ obtain and release of the object allocator mutex.
A extension set can be deleted by a task other than the task which created
the extension set.