pkgsrc/devel/userspace-rcu/PLIST
pettai 365c7deff1 liburcu is a 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.
2012-09-30 22:06:17 +00:00

60 lines
1.5 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2012/09/30 22:06:17 pettai Exp $
include/urcu-bp.h
include/urcu-call-rcu.h
include/urcu-defer.h
include/urcu-flavor.h
include/urcu-pointer.h
include/urcu-qsbr.h
include/urcu.h
include/urcu/arch.h
include/urcu/arch/generic.h
include/urcu/cds.h
include/urcu/compiler.h
include/urcu/config.h
include/urcu/futex.h
include/urcu/hlist.h
include/urcu/list.h
include/urcu/map/urcu-bp.h
include/urcu/map/urcu-qsbr.h
include/urcu/map/urcu.h
include/urcu/rcuhlist.h
include/urcu/rculfhash.h
include/urcu/rculfqueue.h
include/urcu/rculfstack.h
include/urcu/rculist.h
include/urcu/ref.h
include/urcu/static/rculfqueue.h
include/urcu/static/rculfstack.h
include/urcu/static/urcu-bp.h
include/urcu/static/urcu-pointer.h
include/urcu/static/urcu-qsbr.h
include/urcu/static/urcu.h
include/urcu/static/wfqueue.h
include/urcu/static/wfstack.h
include/urcu/system.h
include/urcu/tls-compat.h
include/urcu/uatomic.h
include/urcu/uatomic/generic.h
include/urcu/uatomic_arch.h
include/urcu/urcu-futex.h
include/urcu/urcu_ref.h
include/urcu/wfqueue.h
include/urcu/wfstack.h
lib/liburcu-bp.la
lib/liburcu-cds.la
lib/liburcu-common.la
lib/liburcu-mb.la
lib/liburcu-qsbr.la
lib/liburcu-signal.la
lib/liburcu.la
lib/pkgconfig/liburcu-bp.pc
lib/pkgconfig/liburcu-cds.pc
lib/pkgconfig/liburcu-mb.pc
lib/pkgconfig/liburcu-qsbr.pc
lib/pkgconfig/liburcu-signal.pc
lib/pkgconfig/liburcu.pc
share/doc/userspace-rcu/ChangeLog
share/doc/userspace-rcu/README
share/doc/userspace-rcu/cds-api.txt
share/doc/userspace-rcu/rcu-api.txt
share/doc/userspace-rcu/uatomic-api.txt