Lines Matching refs:JNI_FALSE
160 static jboolean vmDeathReported = JNI_FALSE; in enqueueCommand()
164 command->done = JNI_FALSE; in enqueueCommand()
175 wait = JNI_FALSE; in enqueueCommand()
275 holdEvents = JNI_FALSE; in eventHelper_releaseEvents()
493 (void)threadControl_suspendThread(thread, JNI_FALSE); in suspendWithInvokeEnabled()
574 (void)threadControl_suspendThread(command->thread, JNI_FALSE); in handleReportVMInitCommand()
641 static jboolean blockCommandLoop = JNI_FALSE;
672 return JNI_FALSE; in needBlockCommandLoop()
682 blockCommandLoop = JNI_FALSE; in unblockCommandLoop()
721 holdEvents = JNI_FALSE; in eventHelper_initialize()
739 holdEvents = JNI_FALSE; in eventHelper_reset()
913 return JNI_FALSE; in enumForCombinedSuspendPolicy()
930 return JNI_FALSE; in enumForVMDeath()
956 jboolean reportingVMDeath = JNI_FALSE; in eventHelper_reportEvents()
1088 enqueueCommand(command, JNI_TRUE, JNI_FALSE); in eventHelper_reportInvokeDone()
1107 enqueueCommand(command, JNI_TRUE, JNI_FALSE); in eventHelper_reportVMInit()
1122 enqueueCommand(command, JNI_TRUE, JNI_FALSE); in eventHelper_suspendThread()