From 86b48fb09e78d756cce2329213c0a5b48662cc52 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 21 Apr 2021 09:34:24 +0200 Subject: c-user: Split up multiprocessing manager This makes it easier to automatically generate parts of the module documentation in the future. Update #3993. --- c-user/multiprocessing/operations.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 c-user/multiprocessing/operations.rst (limited to 'c-user/multiprocessing/operations.rst') 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. -- cgit v1.2.3