Changeset 8ff7024 in rtems-docs
- Timestamp:
- Mar 1, 2019, 8:43:53 AM (9 months ago)
- Branches:
- master
- Children:
- 588b9b2
- Parents:
- 1e342da
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/01/19 08:43:53)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/13/19 07:32:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c-user/symmetric_multiprocessing_services.rst
r1e342da r8ff7024 302 302 ``WRK1`` there are three thread pools available and their worker threads run at 303 303 priority four. 304 305 Atomic Operations 306 ----------------- 307 308 There is no public RTEMS API for atomic operations. It is recommended to use 309 the standard C `<stdatomic.h> <https://en.cppreference.com/w/c/atomic>`_ or C++ 310 `<atomic> <https://en.cppreference.com/w/cpp/atomic/atomic>`_ APIs in 311 applications. 304 312 305 313 Application Issues
Note: See TracChangeset
for help on using the changeset viewer.