HomeSort by: relevance | last modified time | path
    Searched refs:URCU_GCC_VERSION (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/uatomic/
riscv.h 28 #ifdef URCU_GCC_VERSION
29 # if (URCU_GCC_VERSION < 130300) && !defined(__NetBSD__)
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
arm.h 64 #ifdef URCU_GCC_VERSION
65 # if URCU_GCC_VERSION >= 40800 && URCU_GCC_VERSION <= 40802
73 #ifdef URCU_GCC_VERSION
74 # if URCU_GCC_VERSION >= 40400 && URCU_GCC_VERSION <= 40402
aarch64.h 38 #if defined(URCU_GCC_VERSION) && defined(__GNUC_RH_RELEASE__)
39 # if (URCU_GCC_VERSION == 40805) && (__GNUC_RH_RELEASE__ >= 11)
44 #ifdef URCU_GCC_VERSION
45 # if URCU_GCC_VERSION < 50100 && !defined(URCU_GCC_PATCHED_63293)
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
compiler.h 144 * URCU_GCC_VERSION is used to blacklist specific GCC versions with known
149 # define URCU_GCC_VERSION (__GNUC__ * 10000 \

Completed in 20 milliseconds