summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/atomic.h (unfollow)
Commit message (Expand)AuthorFilesLines
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