summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/atomic.h (follow)
AgeCommit message (Expand)Author
2015-03-06score: Fix SMP lock implementationSebastian Huber
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber
2014-06-30score: Workaround for GCC 4.9 for atomic opsSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-06score: Add _Atomic_Fence()Sebastian Huber
2014-02-14score: Add Atomic_UintSebastian Huber
2013-09-03score: Use void * for some atomic pointer opsSebastian Huber
2013-09-03score: Use unsigned long for atomic integersSebastian Huber
2013-08-28score: Atomic flag changesSebastian Huber
2013-08-28score: Use static inline directlySebastian Huber
2013-08-28add atomic init functionWeiY
2013-08-06correct comments about atomic apiWeiY
2013-07-17New atomic API definition based on C11 atomicWeiY
2013-02-07score: atomic support for RTEMS. Generic atomic operations API definition.WeiY