summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/tasks.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-27 07:11:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-27 07:12:49 +0200
commit2fdd00fcdc4361f46c727a601d9ee5ece01ca230 (patch)
treeb57eb05dffc1657136fc6d00c125bd2f9dd0bdef /cpukit/include/rtems/rtems/tasks.h
parentcpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.c (diff)
downloadrtems-2fdd00fcdc4361f46c727a601d9ee5ece01ca230.tar.bz2
rtems: Document new rtems_task_delete() error
Update #4414.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/tasks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index 8b5912bcf9..4b095a4530 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -1501,6 +1501,9 @@ rtems_status_code rtems_task_restart(
* @retval ::RTEMS_INVALID_ID There was no task associated with the identifier
* specified by ``id``.
*
+ * @retval ::RTEMS_CALLED_FROM_ISR The directive was called from within
+ * interrupt context.
+ *
* @retval ::RTEMS_ILLEGAL_ON_REMOTE_OBJECT The task resided on a remote node.
*
* @par Notes