Update rcutorture: test all RCU flavors
[urcu.git] / tests / urcutorture.c
1 #include <string.h>
2 #include <sys/time.h>
3 #include <poll.h>
4 #include <unistd.h>
5 #include <stdlib.h>
6 #include <urcu/arch.h>
7 #include "api.h"
8 #define _LGPL_SOURCE
9
10 #ifdef TORTURE_URCU_SIGNAL
11 #include <urcu.h>
12 #endif
13 #ifdef TORTURE_URCU_MB
14 #define URCU_MB
15 #include <urcu.h>
16 #endif
17 #ifdef TORTURE_QSBR
18 #include <urcu-qsbr.h>
19 #endif
20 #ifdef TORTURE_URCU_BP
21 #include <urcu-bp.h>
22 #endif
23
24 #include <urcu/uatomic_arch.h>
25 #include <urcu/rculist.h>
26 #include "rcutorture.h"
This page took 0.030021 seconds and 5 git commands to generate.