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

  /dalvik/vm/
Debugger.cpp 369 return &dvmThreadSelf()->invokeReq;
    [all...]
Thread.h 284 DebugInvokeReq invokeReq;
Thread.cpp 918 * Initialize invokeReq.
920 dvmInitMutex(&thread->invokeReq.lock);
921 pthread_cond_init(&thread->invokeReq.cv, NULL);
    [all...]

Completed in 457 milliseconds