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

/openjdk7/jdk/src/share/back/
H A DeventHelper.c74 EventCommandSingle eventCommand; member in union:CommandSingle::__anon505
513 thread = single->u.eventCommand.info.thread;
542 &single->u.eventCommand);
895 thisPolicy = command->u.eventCommand.suspendPolicy;
928 if (command->u.eventCommand.info.ei == EI_VM_DEATH) {
1006 command->u.eventCommand.suspendPolicy = suspendPolicy;
1007 command->u.eventCommand.id = id;
1013 (void)memcpy(&command->u.eventCommand.info, evinfo, sizeof(*evinfo));
1014 saveEventInfoRefs(env, &command->u.eventCommand.info);

Completed in 31 milliseconds