Searched refs:THREAD_START (Results 1 – 8 of 8) sorted by relevance
56 byte eventKind = JDWPConstants.EventKind.THREAD_START; in testThreadStartEvent001()88 JDWPConstants.EventKind.THREAD_START, in testThreadStartEvent001()90 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.THREAD_START), in testThreadStartEvent001()
94 JDWPConstants.EventKind.THREAD_START); in testReleaseEvents001()97 + JDWPConstants.EventKind.getName(JDWPConstants.EventKind.THREAD_START) in testReleaseEvents001()
91 …tPacket event = debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.THREAD_START); in testHoldEvents001()
284 public static final byte THREAD_START = 6; field in JDWPConstants.EventKind346 case THREAD_START: in getName()
395 super(suspendPolicy, packet, JDWPConstants.EventKind.THREAD_START); in Event_THREAD_START()700 case JDWPConstants.EventKind.THREAD_START: { in parseEventPacket()
1873 byte eventKind = JDWPConstants.EventKind.THREAD_START; in setThreadStart()
59 byte eventKind = JDWPConstants.EventKind.THREAD_START; in testThreadStart001()
139 return new EventBuilder(JDWPConstants.EventKind.THREAD_START, in createThreadStartBuilder()