Home | History | Annotate | Download | only in vm

Lines Matching refs:invokeReq

918      * Initialize invokeReq.
920 dvmInitMutex(&thread->invokeReq.lock);
921 pthread_cond_init(&thread->invokeReq.cv, NULL);