Searched refs:jdwpThreadStatus (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DJDWP.h69 typedef jint jdwpThreadStatus; typedef
H A DthreadControl.h61 jvmtiError threadControl_applicationThreadStatus(jthread thread, jdwpThreadStatus *pstatus, jint *suspendStatus);
H A Dutil.h406 jdwpThreadStatus map2jdwpThreadStatus(jint state);
H A DThreadReferenceImpl.c125 jdwpThreadStatus threadStatus;
H A Dutil.c2271 jdwpThreadStatus
2274 jdwpThreadStatus status;
2276 status = (jdwpThreadStatus)(-1);
2283 status = (jdwpThreadStatus)(-1);
H A DthreadControl.c2182 jdwpThreadStatus *pstatus, jint *statusFlags)

Completed in 43 milliseconds