Searched refs:THREAD_START (Results 1 – 8 of 8) sorted by relevance
95 JDWPConstants.EventKind.THREAD_START); in testReleaseEvents001()98 + JDWPConstants.EventKind.getName(JDWPConstants.EventKind.THREAD_START) in testReleaseEvents001()
92 …tPacket event = debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.THREAD_START); in testHoldEvents001()
81 JDWPConstants.EventKind.THREAD_START, in testThreadStartEvent001()83 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.THREAD_START), in testThreadStartEvent001()
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()
1523 byte eventKind = JDWPConstants.EventKind.THREAD_START; in setThreadStart()
96 #define THREAD_START 1 macro
133 return Event.builder(JDWPConstants.EventKind.THREAD_START, TEST_SUSPEND_POLICY); in createThreadStartBuilder()