Home
last modified time | relevance | path

Searched refs:HAVE_BUILTIN_ATOMIC (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/android/darwin_x86_64/pyconfig/
Dpyconfig.h117 #define HAVE_BUILTIN_ATOMIC 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h117 #define HAVE_BUILTIN_ATOMIC 1 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h117 #define HAVE_BUILTIN_ATOMIC 1 macro
/external/python/cpython3/Include/internal/
Dpycore_atomic.h66 #elif defined(HAVE_BUILTIN_ATOMIC)
/external/python/cpython3/
Dpyconfig.h.in116 #undef HAVE_BUILTIN_ATOMIC
Dconfigure.ac5606 AC_DEFINE(HAVE_BUILTIN_ATOMIC, 1, [Has builtin atomics]) definition