diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 02:58:41 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 02:58:41 +0800 |
commit | 20c87248173e86c87df5e40a851cc97d4e96c62a (patch) | |
tree | 724b94a8c6f0d02ef3043dedec85106c6fcbbf97 /textproc/docbook-430 | |
parent | 10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4 (diff) | |
download | freebsd-ports-gnome-20c87248173e86c87df5e40a851cc97d4e96c62a.tar.gz freebsd-ports-gnome-20c87248173e86c87df5e40a851cc97d4e96c62a.tar.zst freebsd-ports-gnome-20c87248173e86c87df5e40a851cc97d4e96c62a.zip |
Atomic operations including CAS (compare-and-swap), fetch & add and variants
suitable for low-level shared-memory synchronization. The implementation
is using GCC's builtin atomic operations (available in GCC >= 4) in C
wrappers called through the FFI.
WWW: http://hackage.haskell.org/package/bits-atomic
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/docbook-430')
0 files changed, 0 insertions, 0 deletions