Home
last modified time | relevance | path

Searched refs:_THREAD_SAFE (Results 1 – 8 of 8) sorted by relevance

/external/curl/m4/
Dcurl-reentrant.m4443 dnl Checks if the preprocessor _THREAD_SAFE definition
488 dnl _THREAD_SAFE defined. This macro also ensures that
490 dnl and that in turn curl_setup.h will define _THREAD_SAFE.
495 [Define to 1 if _THREAD_SAFE preprocessor symbol must be defined.])
497 #ifndef _THREAD_SAFE
498 # define _THREAD_SAFE
567 dnl This first checks if the preprocessor _THREAD_SAFE
571 dnl _THREAD_SAFE is already defined or needed it takes
579 AC_MSG_CHECKING([if _THREAD_SAFE is already defined])
583 #ifdef _THREAD_SAFE
[all …]
/external/c-ares/
Dares_setup.h56 # ifndef _THREAD_SAFE
57 # define _THREAD_SAFE macro
Dares_config.h.in347 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
/external/curl/lib/
Dcurl_setup.h98 # ifndef _THREAD_SAFE
99 # define _THREAD_SAFE macro
Dcurl_config.h.cmake970 #cmakedefine _THREAD_SAFE ${_THREAD_SAFE}
/external/skia/gyp/
Dnanomsg.gyp124 '_THREAD_SAFE',
/external/bison/m4/
Dstrerror_r.m415 dnl Some systems don't declare strerror_r() if _THREAD_SAFE and _REENTRANT
/external/curl/
DCHANGES.0896 I refactored how preprocessor symbol _THREAD_SAFE definition is done.
8573 _THREAD_SAFE for AIX systems to make libcurl built really thread-safe.