libatomic_ops
Port variant std
Summary Atomic operations access library
BROKEN
Package version 7.8.2
Homepage https://github.com/ivmai/libatomic_ops/
Keywords devel
Maintainer nobody
License MIT
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 AUG 2024, 21:24:17 UTC
Port created 07 JUN 2017, 22:40:10 UTC
Subpackage Descriptions
set Subpackage description undefined (port maintainer error).
primary This package provides semi-portable access to hardware provided atomic memory operations. These might allow you to write code: - That does more interesting things in signal handlers - Makes more effective use of multiprocessors by allowing you to write clever lock-free code. Note that such code is very difficult to get right, and will unavoidably be less portable than lock-based code. It is also not always faster than lock-based code. But it may occasionally be a large performance win - To experiment with new and much better thread programming paradigms.
dev This is the developer subpackage of the libatomic_ops:std port. It may contain headers, pc files, static and PIC libraries and SO links.
docs This is the documents subpackage of the libatomic_ops:std port.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) autoconf:primary:std
automake:primary:std
libtool:primary:std
Download groups
main mirror://GITHUB/ivmai:libatomic_ops:v7.8.2
Distribution File Information
ad8428a40e01d41bc4ddad3166afa1fc175c9e58d8ef7ddbd7ef3298e32ac37b 159555 ivmai-libatomic_ops-7.8.2.tar.gz
Ports that require libatomic_ops:std
boehm_garbage_collector:redirect Garbage collection with redirected malloc
boehm_garbage_collector:std Garbage collection and memory leak detection
boehm_garbage_collector:threaded Garbage collection with posix thread support
cairo:std Vector graphics library with cross-device support
ecl:std ANSI Common Lisp implementation