1 /* urcu/config.h.in. Manually generated for control over the contained defs. */
3 /* Enable SMP support. With SMP support enabled, uniprocessors are also
4 supported. With SMP support disabled, UP systems work fine, but the
5 behavior of SMP systems is undefined. */
8 /* TLS provided by the compiler. */
11 /* clock_gettime() is detected. */
12 #undef CONFIG_RCU_HAVE_CLOCK_GETTIME
14 /* Require the operating system to support the membarrier system call for
15 default and bulletproof flavors. */
16 #undef CONFIG_RCU_FORCE_SYS_MEMBARRIER
18 /* Enable internal debugging self-checks.
19 Introduces a performance penalty. */
20 #undef CONFIG_RCU_DEBUG
22 /* Expose multi-flavor support */
23 #define CONFIG_RCU_HAVE_MULTIFLAVOR 1
25 /* Enable extra debugging checks for lock-free hash table iterator
27 #undef CONFIG_CDS_LFHT_ITER_DEBUG
This page took 0.029584 seconds and 4 git commands to generate.