Searched refs:lwp (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DSolarisOperatingSystem.c34 #include <sys/lwp.h>
220 // Get the percentage of "recent cpu usage" from all the lwp:s in the JVM:s
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp74 # include <sys/lwp.h>
77 # include <sys/lwp.h>
273 static int threadgetstate(thread_t tid, int *flags, lwpid_t *lwp, stack_t *ss, gregset_t rs, lwpstatus_t *lwpstatus) { argument
277 if (err = os::Solaris::thr_getstate(tid, flags, lwp, ss, rs))
280 sprintf(lwpstatusfile, "/proc/%d/lwp/%d/lwpstatus", getpid(),
281 *lwp);
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp75 # include <sys/lwp.h>
78 # include <sys/lwp.h>
260 static int threadgetstate(thread_t tid, int *flags, lwpid_t *lwp, stack_t *ss, gregset_t rs, lwpstatus_t *lwpstatus) { argument
264 if (err = os::Solaris::thr_getstate(tid, flags, lwp, ss, rs))
267 sprintf(lwpstatusfile, "/proc/%d/lwp/%d/lwpstatus", getpid(),
268 *lwp);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp42 // SunSoft lib/lwp/libthread: default Solaris 9, available Solaris 8
54 // initialized to libthread or lwp synchronization primitives depending on UseLWPSychronization
221 static int thr_getstate(thread_t tid, int *flag, unsigned *lwp, stack_t *ss, gregset_t rs) argument
222 { return _thr_getstate(tid, flag, lwp, ss, rs); }
238 // Allows us to switch between lwp and thread -based synchronization
H A Dos_solaris.cpp90 # include <sys/lwp.h>
1030 osthr->set_lwp_id( _lwp_self() ); // Store lwp in case we are bound
1041 // we need to call set_native_priority now that we have an lwp.
1178 // SunSoft lwp/libthread.so (2.8 patch, 2.9 default)
1329 // Mark that we don't have an lwp or thread id yet.
1354 // lwp priority will be delayed until thread start.
3660 // situation with a JavaThread being starved out of a lwp. The kernel doesn't seem to generate
3661 // a SIGWAITING signal which would enable the threads library to create a new lwp for the starving
3766 // get an lwp as the VM thread continues to spin with sleeps of 1 millisecond.
3768 // SIGWAITING signal which will cause a new lwp t
[all...]

Completed in 69 milliseconds