summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/atomic.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-3/+3
2018-01-25Remove make preinstallChris Johns1-0/+0
2015-09-26score: Use uintptr_t for atomic pointer operationsSebastian Huber1-20/+20
2015-03-06score: Fix SMP lock implementationSebastian Huber1-0/+2
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber1-0/+2
2014-06-30score: Workaround for GCC 4.9 for atomic opsSebastian Huber1-384/+117
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-06score: Add _Atomic_Fence()Sebastian Huber1-0/+7
2014-02-14score: Add Atomic_UintSebastian Huber1-0/+83
2013-09-03score: Use void * for some atomic pointer opsSebastian Huber1-12/+12
2013-09-03score: Use unsigned long for atomic integersSebastian Huber1-37/+37
2013-08-28score: Atomic flag changesSebastian Huber1-25/+21
2013-08-28score: Use static inline directlySebastian Huber1-21/+21
2013-08-28add atomic init functionWeiY1-0/+37
2013-08-06correct comments about atomic apiWeiY1-5/+5
2013-07-17New atomic API definition based on C11 atomicWeiY1-213/+232
2013-02-07score: atomic support for RTEMS. Generic atomic operations API definition.WeiY1-0/+277