Searched defs:_CS_GNU_LIBPTHREAD_VERSION (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DLinuxVirtualMachine.c197 # ifndef _CS_GNU_LIBPTHREAD_VERSION
198 # define _CS_GNU_LIBPTHREAD_VERSION 3 macro
204 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, 0);
215 confstr(_CS_GNU_LIBPTHREAD_VERSION, s, n);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp757 // and _CS_GNU_LIBPTHREAD_VERSION are supported in glibc >= 2.3.2. Use a
763 # ifndef _CS_GNU_LIBPTHREAD_VERSION
764 # define _CS_GNU_LIBPTHREAD_VERSION 3 macro
780 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, 0);
783 confstr(_CS_GNU_LIBPTHREAD_VERSION, str, n);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp631 // and _CS_GNU_LIBPTHREAD_VERSION are supported in glibc >= 2.3.2. Use a
637 # ifndef _CS_GNU_LIBPTHREAD_VERSION
638 # define _CS_GNU_LIBPTHREAD_VERSION 3 macro
654 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, 0);
657 confstr(_CS_GNU_LIBPTHREAD_VERSION, str, n);

Completed in 85 milliseconds