OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 255 milliseconds