Headers: move uatomic_*.h to urcu/uatomic/*.h, rename uatomic_arch.h to uatomic.h
[urcu.git] / tests / urcutorture.c
CommitLineData
8a953620
MD
1#include <string.h>
2#include <sys/time.h>
3#include <poll.h>
4#include <unistd.h>
5#include <stdlib.h>
94b343fd 6#include <errno.h>
cdc45d63 7#include <urcu/arch.h>
8a953620 8#include "api.h"
121a5d44 9#define _LGPL_SOURCE
1a43bbd8 10
5e77fc1f 11#ifdef RCU_MEMBARRIER
fdf01eed
MD
12#include <urcu.h>
13#endif
5e77fc1f 14#ifdef RCU_SIGNAL
ec4e58a3 15#include <urcu.h>
1a43bbd8 16#endif
5e77fc1f 17#ifdef RCU_MB
1a43bbd8
MD
18#include <urcu.h>
19#endif
5e77fc1f 20#ifdef RCU_QSBR
1a43bbd8
MD
21#include <urcu-qsbr.h>
22#endif
5e77fc1f 23#ifdef RCU_BP
1a43bbd8
MD
24#include <urcu-bp.h>
25#endif
26
a2e7bf9c 27#include <urcu/uatomic.h>
63ff4873 28#include <urcu/rculist.h>
8a953620 29#include "rcutorture.h"
This page took 0.026735 seconds and 4 git commands to generate.