liburcu 0.6.6-1 source package in Ubuntu

Changelog

liburcu (0.6.6-1) unstable; urgency=low

  * [bb4ff5c] New upstream version 0.6.6
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  27 Nov 2011 16:12:25 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Jon Bernard
Architectures:
i386 amd64 powerpc ppc64 powerpcspe s390 s390x sparc alpha
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
liburcu_0.6.6.orig.tar.gz 389.2 KiB 0e528dbb57e1cf41f7aa234a6cfca79eb414ca43fe9002f4acd0d11880330994
liburcu_0.6.6-1.debian.tar.gz 4.6 KiB 6aef99eb2dc26fab699e54fc52611b6da6c42e264998d61ff41e9bf478cdb120
liburcu_0.6.6-1.dsc 1.3 KiB a85affd355eff0244507e60ff26f9db7587dfe925a2dc79002d72000743f6cf8

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.