Searched refs:gcThreadCond (Results 1 – 1 of 1) sorted by relevance
186 pthread_cond_t gcThreadCond; member450 int result = dvmRelativeCondWait(&gHs->gcThreadCond, &gHs->gcThreadMutex, in gcDaemonThread()457 dvmWaitCond(&gHs->gcThreadCond, &gHs->gcThreadMutex); in gcDaemonThread()486 pthread_cond_init(&gHs->gcThreadCond, NULL); in gcDaemonStartup()498 dvmSignalCond(&gHs->gcThreadCond); in gcDaemonShutdown()898 dvmSignalCond(&gHs->gcThreadCond); in dvmHeapSourceAlloc()