HomeSort by relevance Sort by last modified time
    Searched refs:stdioConverterCond (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
StdioConverter.c 65 pthread_cond_init(&gDvm.stdioConverterCond, NULL);
112 dvmWaitCond(&gDvm.stdioConverterCond, &gDvm.stdioConverterLock);
154 cc = pthread_cond_signal(&gDvm.stdioConverterCond);
Globals.h 659 pthread_cond_t stdioConverterCond;

Completed in 37 milliseconds