Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37766689
en ru br
ALT Linux repos
S:7.6.14-alt1
5.0: 1.2-alt1
4.1: 1.2-alt1
4.0: 1.2-alt1

Group :: Development/C
RPM: libatomic_ops

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.2-alt1
Build date: 28 june 2007, 15:05 ( 879.4 weeks ago )
Size: 136.09 Kb

Home page:   http://www.hpl.hp.com/research/linux/atomic_ops

License: Distributable
Summary: library for accessing hardware provided atomic memory operations
Description:

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
 ia 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, etc.

Current maintainer: Sergey Bolshakov

List of contributors

List of rpms provided by this srpm:

  • libatomic_ops-devel-static
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin