Searched refs:T2_libthread (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp218 static bool T2_libthread() { return _T2_libthread; } function in class:Solaris
219 static void set_T2_libthread(bool T2_libthread) { _T2_libthread = T2_libthread; } argument
H A Dos_solaris.cpp1264 // explicit THR_BOUND for T2_libthread case in case
1269 | ((UseBoundThreads || os::Solaris::T2_libthread() ||
1321 (!os::Solaris::T2_libthread() && (!(flags & THR_BOUND))) &&
2272 if (os::Solaris::T2_libthread()) {
3666 if (!Solaris::T2_libthread() &&
3779 if (iterations == 0 && !os::Solaris::T2_libthread()) {
3902 if (os::Solaris::T2_libthread() || UseBoundThreads) {
4276 if (os::Solaris::T2_libthread() ||
6079 if ( os::Solaris::T2_libthread() || UseBoundThreads ) {

Completed in 393 milliseconds