Searched refs:currentSessionID (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DdebugInit.c61 static jbyte currentSessionID; variable
691 currentSessionID = 0;
753 eventHandler_initialize(currentSessionID);
763 eventHelper_reportVMInit(env, currentSessionID, thread, suspendPolicy);
779 (void)eventHelper_reportEvents(currentSessionID, initEventBag);
800 currentSessionID++;
803 eventHandler_reset(currentSessionID);
H A DeventHelper.c127 static jint currentSessionID; variable
246 if (command->sessionID != currentSessionID) {
720 currentSessionID = sessionID;
738 currentSessionID = newSessionID;
H A DeventHandler.c72 static jbyte currentSessionID; variable
471 jbyte eventSessionID = currentSessionID;
547 jbyte eventSessionID = currentSessionID; /* session could change */
1439 currentSessionID = sessionID;
1569 currentSessionID = sessionID;

Completed in 42 milliseconds