365c7deff1
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.
12 lines
361 B
Makefile
12 lines
361 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/09/30 22:06:17 pettai Exp $
|
|
|
|
BUILDLINK_TREE+= userspace-rcu
|
|
|
|
.if !defined(USERSPACE_RCU_BUILDLINK3_MK)
|
|
USERSPACE_RCU_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.userspace-rcu+= userspace-rcu>=0.7.3
|
|
BUILDLINK_PKGSRCDIR.userspace-rcu?= ../../devel/userspace-rcu
|
|
.endif # USERSPACE_RCU_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -userspace-rcu
|