Changes between Version 7 and Version 8 of Projects/GSoC/Atomic_Operations


Ignore:
Timestamp:
08/14/12 17:54:51 (12 years ago)
Author:
WeiY
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/Atomic_Operations

    v7 v8  
    2020 *  [http://concurrencykit.org/ ConcurrencyKit]: A solution for concurrency problems that includes atomic operations.
    2121 *  [http://www.freebsd.org/cgi/man.cgi?query=atomic&apropos=0&sektion=0&manpath=FreeBSD+8.0-RELEASE&format=html FreeBSD Atomic Operations]
     22 *  [http://netbsd.gw.com/cgi-bin/man-cgi?atomic_ops+3+NetBSD-current NetBSD Atomic Operations]
     23 *  [http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1349.htm C11 atomic primitives definition]
     24 *  [http://gcc.gnu.org/onlinedocs/gcc-4.7.0/gcc/_005f_005fatomic-Builtins.html#g_t_005f_005fatomic-Builtins GCC4.7 or newer built-in atomic functions]
    2225
    2326'''Goal:''' To provide RTEMS with core services to solve synchronization problems on multicore platforms.