Searched refs:threadSuspendCountCond (Results 1 – 2 of 2) sorted by relevance
272 pthread_cond_init(&gDvm.threadSuspendCountCond, NULL); in dvmThreadStartup()2227 dvmBroadcastCond(&gDvm.threadSuspendCountCond); in dvmResumeThread()2276 dvmWaitCond(&gDvm.threadSuspendCountCond, in dvmSuspendSelf()2712 int cc = pthread_cond_broadcast(&gDvm.threadSuspendCountCond); in dvmResumeAllThreads()2763 int cc = pthread_cond_broadcast(&gDvm.threadSuspendCountCond); in dvmUndoDebuggerSuspensions()2867 dvmWaitCond(&gDvm.threadSuspendCountCond, in fullSuspendCheck()
484 pthread_cond_t threadSuspendCountCond; member