summaryrefslogtreecommitdiff
path: root/devel/userspace-rcu/PLIST
blob: f8350ef596c96d357fc44ff6b1054ee5caacd14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
@comment $NetBSD: PLIST,v 1.5 2020/07/01 00:40:48 manu 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/call-rcu.h
include/urcu/cds.h
include/urcu/compiler.h
include/urcu/config.h
include/urcu/debug.h
include/urcu/defer.h
include/urcu/flavor.h
include/urcu/futex.h
include/urcu/hlist.h
include/urcu/lfstack.h
include/urcu/list.h
include/urcu/map/clear.h
include/urcu/map/urcu-bp.h
include/urcu/map/urcu-mb.h
include/urcu/map/urcu-memb.h
include/urcu/map/urcu-qsbr.h
include/urcu/map/urcu-signal.h
include/urcu/map/urcu.h
include/urcu/pointer.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/lfstack.h
include/urcu/static/pointer.h
include/urcu/static/rculfqueue.h
include/urcu/static/rculfstack.h
include/urcu/static/urcu-bp.h
include/urcu/static/urcu-common.h
include/urcu/static/urcu-mb.h
include/urcu/static/urcu-memb.h
include/urcu/static/urcu-qsbr.h
include/urcu/static/urcu-signal-nr.h
include/urcu/static/urcu-signal.h
include/urcu/static/urcu.h
include/urcu/static/wfcqueue.h
include/urcu/static/wfqueue.h
include/urcu/static/wfstack.h
include/urcu/syscall-compat.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-bp.h
include/urcu/urcu-futex.h
include/urcu/urcu-mb.h
include/urcu/urcu-memb.h
include/urcu/urcu-qsbr.h
include/urcu/urcu-signal.h
include/urcu/urcu.h
include/urcu/urcu_ref.h
include/urcu/wfcqueue.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-memb.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/LICENSE
share/doc/userspace-rcu/README.md
share/doc/userspace-rcu/cds-api.md
share/doc/userspace-rcu/examples/Makefile
share/doc/userspace-rcu/examples/Makefile.examples.template
share/doc/userspace-rcu/examples/hlist/Makefile
share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_add_head_rcu
share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_del_rcu
share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_for_each_entry_rcu
share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_for_each_rcu
share/doc/userspace-rcu/examples/hlist/cds_hlist_add_head_rcu.c
share/doc/userspace-rcu/examples/hlist/cds_hlist_del_rcu.c
share/doc/userspace-rcu/examples/hlist/cds_hlist_for_each_entry_rcu.c
share/doc/userspace-rcu/examples/hlist/cds_hlist_for_each_rcu.c
share/doc/userspace-rcu/examples/lfstack/Makefile
share/doc/userspace-rcu/examples/lfstack/Makefile.cds_lfs_pop_all_blocking
share/doc/userspace-rcu/examples/lfstack/Makefile.cds_lfs_pop_blocking
share/doc/userspace-rcu/examples/lfstack/Makefile.cds_lfs_push
share/doc/userspace-rcu/examples/lfstack/cds_lfs_pop_all_blocking.c
share/doc/userspace-rcu/examples/lfstack/cds_lfs_pop_blocking.c
share/doc/userspace-rcu/examples/lfstack/cds_lfs_push.c
share/doc/userspace-rcu/examples/list/Makefile
share/doc/userspace-rcu/examples/list/Makefile.cds_list_add_rcu
share/doc/userspace-rcu/examples/list/Makefile.cds_list_add_tail_rcu
share/doc/userspace-rcu/examples/list/Makefile.cds_list_del_rcu
share/doc/userspace-rcu/examples/list/Makefile.cds_list_for_each_entry_rcu
share/doc/userspace-rcu/examples/list/Makefile.cds_list_for_each_rcu
share/doc/userspace-rcu/examples/list/Makefile.cds_list_replace_rcu
share/doc/userspace-rcu/examples/list/cds_list_add_rcu.c
share/doc/userspace-rcu/examples/list/cds_list_add_tail_rcu.c
share/doc/userspace-rcu/examples/list/cds_list_del_rcu.c
share/doc/userspace-rcu/examples/list/cds_list_for_each_entry_rcu.c
share/doc/userspace-rcu/examples/list/cds_list_for_each_rcu.c
share/doc/userspace-rcu/examples/list/cds_list_replace_rcu.c
share/doc/userspace-rcu/examples/rculfhash/Makefile
share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_add
share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_add_replace
share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_add_unique
share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_del
share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_destroy
share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_for_each_entry_duplicate
share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_lookup
share/doc/userspace-rcu/examples/rculfhash/cds_lfht_add.c
share/doc/userspace-rcu/examples/rculfhash/cds_lfht_add_replace.c
share/doc/userspace-rcu/examples/rculfhash/cds_lfht_add_unique.c
share/doc/userspace-rcu/examples/rculfhash/cds_lfht_del.c
share/doc/userspace-rcu/examples/rculfhash/cds_lfht_destroy.c
share/doc/userspace-rcu/examples/rculfhash/cds_lfht_for_each_entry_duplicate.c
share/doc/userspace-rcu/examples/rculfhash/cds_lfht_lookup.c
share/doc/userspace-rcu/examples/rculfhash/jhash.h
share/doc/userspace-rcu/examples/rculfqueue/Makefile
share/doc/userspace-rcu/examples/rculfqueue/Makefile.cds_lfq_dequeue
share/doc/userspace-rcu/examples/rculfqueue/Makefile.cds_lfq_enqueue
share/doc/userspace-rcu/examples/rculfqueue/cds_lfq_dequeue.c
share/doc/userspace-rcu/examples/rculfqueue/cds_lfq_enqueue.c
share/doc/userspace-rcu/examples/urcu-flavors/Makefile
share/doc/userspace-rcu/examples/urcu-flavors/Makefile.bp
share/doc/userspace-rcu/examples/urcu-flavors/Makefile.mb
share/doc/userspace-rcu/examples/urcu-flavors/Makefile.membarrier
share/doc/userspace-rcu/examples/urcu-flavors/Makefile.qsbr
share/doc/userspace-rcu/examples/urcu-flavors/Makefile.signal
share/doc/userspace-rcu/examples/urcu-flavors/bp.c
share/doc/userspace-rcu/examples/urcu-flavors/mb.c
share/doc/userspace-rcu/examples/urcu-flavors/membarrier.c
share/doc/userspace-rcu/examples/urcu-flavors/qsbr.c
share/doc/userspace-rcu/examples/urcu-flavors/signal.c
share/doc/userspace-rcu/examples/wfcqueue/Makefile
share/doc/userspace-rcu/examples/wfcqueue/Makefile.cds_wfcq_dequeue
share/doc/userspace-rcu/examples/wfcqueue/Makefile.cds_wfcq_enqueue
share/doc/userspace-rcu/examples/wfcqueue/Makefile.cds_wfcq_splice
share/doc/userspace-rcu/examples/wfcqueue/cds_wfcq_dequeue.c
share/doc/userspace-rcu/examples/wfcqueue/cds_wfcq_enqueue.c
share/doc/userspace-rcu/examples/wfcqueue/cds_wfcq_splice.c
share/doc/userspace-rcu/examples/wfstack/Makefile
share/doc/userspace-rcu/examples/wfstack/Makefile.cds_wfs_pop
share/doc/userspace-rcu/examples/wfstack/Makefile.cds_wfs_pop_all_blocking
share/doc/userspace-rcu/examples/wfstack/Makefile.cds_wfs_push
share/doc/userspace-rcu/examples/wfstack/cds_wfs_pop.c
share/doc/userspace-rcu/examples/wfstack/cds_wfs_pop_all_blocking.c
share/doc/userspace-rcu/examples/wfstack/cds_wfs_push.c
share/doc/userspace-rcu/rcu-api.md
share/doc/userspace-rcu/solaris-build.md
share/doc/userspace-rcu/uatomic-api.md