mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 22:17:12 +08:00
c-user: Mention atomic operations API
This commit is contained in:
parent
1e342dad3f
commit
8ff7024f97
@ -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
|
``WRK1`` there are three thread pools available and their worker threads run at
|
||||||
priority four.
|
priority four.
|
||||||
|
|
||||||
|
Atomic Operations
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
There is no public RTEMS API for atomic operations. It is recommended to use
|
||||||
|
the standard C `<stdatomic.h> <https://en.cppreference.com/w/c/atomic>`_ or C++
|
||||||
|
`<atomic> <https://en.cppreference.com/w/cpp/atomic/atomic>`_ APIs in
|
||||||
|
applications.
|
||||||
|
|
||||||
Application Issues
|
Application Issues
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user