liburcu 0.7.7-1ubuntu2 source package in Ubuntu

Changelog

liburcu (0.7.7-1ubuntu2) trusty; urgency=medium

  * Use gcc atomics on ppc64el.
 -- Matthias Klose <email address hidden>   Sun, 22 Dec 2013 12:16:02 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
liburcu_0.7.7.orig.tar.gz 469.7 KiB ceaf1f67267f42e8029acf15d942c84bab142b930b8e2e48e0e89cd56b6fe7ee
liburcu_0.7.7-1ubuntu2.debian.tar.gz 6.1 KiB 032b1bf1ecbe9d5bc7fbe045571d4b1c1523ad18467e4ca4ad1d7b55b4fa4276
liburcu_0.7.7-1ubuntu2.dsc 1.3 KiB d753c87c2490fd02e181975efba55b696be4a22dd772ae08bc407a03c32c8b30

Available diffs

View changes file

Binary packages built by this source

liburcu-dev: userspace RCU (read-copy-update) library - development files

 This data synchronization library provides read-side access which scales
 linearly with the number of cores. It does so by allowing multiples copies of
 a given data structure to live at the same time, and by monitoring the data
 structure accesses to detect grace periods after which memory reclamation is
 possible.
 .
 Install this package if you wish to develop your own programs using the
 userspace RCU library.

liburcu1: userspace RCU (read-copy-update) library

 This data synchronization library provides read-side access which scales
 linearly with the number of cores. It does so by allowing multiples copies of
 a given data structure to live at the same time, and by monitoring the data
 structure accesses to detect grace periods after which memory reclamation is
 possible.