Searched defs:reportingVMDeath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DeventHelper.c158 jboolean wait, jboolean reportingVMDeath)
186 if (reportingVMDeath) {
925 jboolean *reportingVMDeath = arg; local
929 *reportingVMDeath = JNI_TRUE;
956 jboolean reportingVMDeath = JNI_FALSE; local
968 (void)bagEnumerateOver(eventBag, enumForVMDeath, &reportingVMDeath);
990 reportingVMDeath);
991 enqueueCommand(command, wait, reportingVMDeath);
157 enqueueCommand(HelperCommand *command, jboolean wait, jboolean reportingVMDeath) argument

Completed in 34 milliseconds