HomeSort by relevance Sort by last modified time
    Searched refs:_CS_GNU_LIBPTHREAD_VERSION (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
confname.h 517 _CS_GNU_LIBPTHREAD_VERSION,
518 #define _CS_GNU_LIBPTHREAD_VERSION _CS_GNU_LIBPTHREAD_VERSION
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 517 _CS_GNU_LIBPTHREAD_VERSION,
518 #define _CS_GNU_LIBPTHREAD_VERSION _CS_GNU_LIBPTHREAD_VERSION
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 517 _CS_GNU_LIBPTHREAD_VERSION,
518 #define _CS_GNU_LIBPTHREAD_VERSION _CS_GNU_LIBPTHREAD_VERSION
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 509 #ifndef _CS_GNU_LIBPTHREAD_VERSION
510 #define _CS_GNU_LIBPTHREAD_VERSION 3
515 if (confstr(_CS_GNU_LIBPTHREAD_VERSION, buf, sizeof(buf)) == 0)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 492 #ifndef _CS_GNU_LIBPTHREAD_VERSION
493 #define _CS_GNU_LIBPTHREAD_VERSION 3
498 if (confstr(_CS_GNU_LIBPTHREAD_VERSION, buf, sizeof(buf)) == 0)
    [all...]
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 368 #if defined(_CS_GNU_LIBPTHREAD_VERSION)
372 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer));
376 /* Linux without _CS_GNU_LIBPTHREAD_VERSION: most likely LinuxThreads. */
    [all...]

Completed in 389 milliseconds