Home
last modified time | relevance | path

Searched refs:HAVE_STDATOMIC_H (Results 1 – 5 of 5) sorted by relevance

/third_party/libunwind/
DCMakeLists.txt81 check_include_files(stdatomic.h HAVE_STDATOMIC_H)
82 if (NOT HAVE_STDATOMIC_H)
84 endif (NOT HAVE_STDATOMIC_H)
/third_party/elfutils/lib/
Datomics.h31 #if HAVE_STDATOMIC_H
/third_party/elfutils/
Dconfig.h93 #define HAVE_STDATOMIC_H 1 macro
Dconfigure.ac215 AM_CONDITIONAL(HAVE_STDATOMIC_H, test "x$ac_cv_has_stdatomic" = xyes) condition
216 AS_IF([test "x$ac_cv_has_stdatomic" = xyes], [AC_DEFINE(HAVE_STDATOMIC_H)]) definition
218 AH_TEMPLATE([HAVE_STDATOMIC_H], [Define to 1 if `stdatomic.h` is provided by the template
/third_party/curl/
Dbackport-0001-CVE-2023-28320.patch238 +#elif defined(HAVE_ATOMIC) && defined(HAVE_STDATOMIC_H)