summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-27 07:07:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-27 07:08:41 +0200
commit2509b62106c32560a2fad001eaef63cac8d53fd4 (patch)
tree75dd0024344ae78d723530e45f5facfe246985e4 /c-user
parentFix the bibtex extension configure test (diff)
downloadrtems-docs-2509b62106c32560a2fad001eaef63cac8d53fd4.tar.bz2
c-user: Document new rtems_task_delete() error
Close #4414.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/task/directives.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index 9004407..47e51d1 100644
--- a/c-user/task/directives.rst
+++ b/c-user/task/directives.rst
@@ -802,6 +802,9 @@ specified by ``id``.
:c:macro:`RTEMS_INVALID_ID`
There was no task associated with the identifier specified by ``id``.
+:c:macro:`RTEMS_CALLED_FROM_ISR`
+ The directive was called from within interrupt context.
+
:c:macro:`RTEMS_ILLEGAL_ON_REMOTE_OBJECT`
The task resided on a remote node.