blob: 507c80b0721b05e14e708ce03532106381e4f5fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
LIBRARY()
SRCS(
mpmc_unordered_ring.cpp
mpmc_unordered_ring.h
mpsc_htswap.cpp
mpsc_htswap.h
mpsc_intrusive_unordered.cpp
mpsc_intrusive_unordered.h
mpsc_read_as_filled.cpp
mpsc_read_as_filled.h
mpsc_vinfarr_obstructive.cpp
mpsc_vinfarr_obstructive.h
)
PEERDIR(
library/cpp/deprecated/atomic
)
END()
RECURSE_FOR_TESTS(
ut
)
|