rcu torture and api.h: remove duplicated atomic primitives
[urcu.git] / tests / rcutorture.h
index 00b0b316b736c181aa3270d45a78b5403637db87..7d4948e59626b486524af30fa4b0dcc5f9bfc02b 100644 (file)
@@ -70,7 +70,7 @@ DEFINE_PER_THREAD(long long, n_updates_pt);
 
 long long n_reads = 0LL;
 long n_updates = 0L;
-atomic_t nthreadsrunning;
+int nthreadsrunning;
 char argsbuf[64];
 
 #define GOFLAG_INIT 0
This page took 0.022095 seconds and 4 git commands to generate.