Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DJDWP.h69 typedef jint jdwpThreadStatus; typedef
DthreadControl.h61 jvmtiError threadControl_applicationThreadStatus(jthread thread, jdwpThreadStatus *pstatus, jint *s…
Dutil.h442 jdwpThreadStatus map2jdwpThreadStatus(jint state);
Dutil.c2323 jdwpThreadStatus
2326 jdwpThreadStatus status; in map2jdwpThreadStatus()
2328 status = (jdwpThreadStatus)(-1); in map2jdwpThreadStatus()
2335 status = (jdwpThreadStatus)(-1); in map2jdwpThreadStatus()
DThreadReferenceImpl.c125 jdwpThreadStatus threadStatus; in status()
DthreadControl.c2184 jdwpThreadStatus *pstatus, jint *statusFlags) in threadControl_applicationThreadStatus()