summaryrefslogtreecommitdiffstats
path: root/c-user/multiprocessing/operations.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-21 09:34:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-21 09:35:58 +0200
commit86b48fb09e78d756cce2329213c0a5b48662cc52 (patch)
treeb4f655d28f1e79175b733bdef2bd1853f9122e03 /c-user/multiprocessing/operations.rst
parentc-user: Split up fatal error manager (diff)
downloadrtems-docs-86b48fb09e78d756cce2329213c0a5b48662cc52.tar.bz2
c-user: Split up multiprocessing manager
This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
Diffstat (limited to '')
-rw-r--r--c-user/multiprocessing/operations.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/c-user/multiprocessing/operations.rst b/c-user/multiprocessing/operations.rst
new file mode 100644
index 0000000..08dcded
--- /dev/null
+++ b/c-user/multiprocessing/operations.rst
@@ -0,0 +1,13 @@
+.. SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+
+Operations
+==========
+
+Announcing a Packet
+-------------------
+
+The ``rtems_multiprocessing_announce`` directive is called by the MPCI layer to
+inform RTEMS that a packet has arrived from another node. This directive can
+be called from an interrupt service routine or from within a polling routine.