From 8ff7024f9777ddcb6c275b7263e71009e92e08db Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 1 Mar 2019 09:43:53 +0100 Subject: c-user: Mention atomic operations API --- c-user/symmetric_multiprocessing_services.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/c-user/symmetric_multiprocessing_services.rst b/c-user/symmetric_multiprocessing_services.rst index ab5e1be..e04adb3 100644 --- a/c-user/symmetric_multiprocessing_services.rst +++ b/c-user/symmetric_multiprocessing_services.rst @@ -302,6 +302,14 @@ of the OpenMP master thread that created it. In the scheduler instance ``WRK1`` there are three thread pools available and their worker threads run at priority four. +Atomic Operations +----------------- + +There is no public RTEMS API for atomic operations. It is recommended to use +the standard C ` `_ or C++ +` `_ APIs in +applications. + Application Issues ================== -- cgit v1.2.3