urcu-bp: move private definitions to .c file
[userspace-rcu.git] / urcu / static / urcu-bp.h
index 14c6cfecac3af01a3bc4680c36381736f37a30f7..832ba0fe2b238293558761fa94b3bbdd9ba05e14 100644 (file)
 
 #include <stdlib.h>
 #include <pthread.h>
-#include <syscall.h>
 #include <unistd.h>
 
 #include <urcu/compiler.h>
 #include <urcu/arch.h>
 #include <urcu/system.h>
-#include <urcu/uatomic_arch.h>
+#include <urcu/uatomic.h>
 #include <urcu/list.h>
 
 /*
 extern "C" {
 #endif
 
-/*
- * Active attempts to check for reader Q.S. before calling sleep().
- */
-#define RCU_QS_ACTIVE_ATTEMPTS 100
-
 #ifdef DEBUG_RCU
 #define rcu_assert(args...)    assert(args)
 #else
This page took 0.024345 seconds and 4 git commands to generate.