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

/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp273 static int threadgetstate(thread_t tid, int *flags, lwpid_t *lwp, stack_t *ss, gregset_t rs, lwpstatus_t *lwpstatus) { argument
280 sprintf(lwpstatusfile, "/proc/%d/lwp/%d/lwpstatus", getpid(),
283 perror("thr_mutator_status: open lwpstatus");
286 if (pread(lwpfd, lwpstatus, sizeof (lwpstatus_t), (off_t)0) !=
288 perror("thr_mutator_status: read lwpstatus");
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp260 static int threadgetstate(thread_t tid, int *flags, lwpid_t *lwp, stack_t *ss, gregset_t rs, lwpstatus_t *lwpstatus) { argument
267 sprintf(lwpstatusfile, "/proc/%d/lwp/%d/lwpstatus", getpid(),
270 perror("thr_mutator_status: open lwpstatus");
273 if (pread(lwpfd, lwpstatus, sizeof (lwpstatus_t), (off_t)0) !=
275 perror("thr_mutator_status: read lwpstatus");

Completed in 33 milliseconds