Searched defs:_libpthread_version (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp66 static const char *_libpthread_version; member in class:Bsd
90 static void set_libpthread_version(const char *s) { _libpthread_version = s; }
167 static const char *libpthread_version() { return _libpthread_version; }
H A Dos_bsd.cpp171 const char * os::Bsd::_libpthread_version = NULL; member in class:os::Bsd
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp59 static const char *_libpthread_version; member in class:Linux
84 static void set_libpthread_version(const char *s) { _libpthread_version = s; }
159 static const char *libpthread_version() { return _libpthread_version; }
H A Dos_linux.cpp146 const char * os::Linux::_libpthread_version = NULL; member in class:os::Linux

Completed in 88 milliseconds