OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadGroupId
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/
Debugger.h
228
char* dvmDbgGetThreadGroupName(ObjectId
threadGroupId
);
229
ObjectId dvmDbgGetThreadGroupParent(ObjectId
threadGroupId
);
239
void dvmDbgGetThreadGroupThreads(ObjectId
threadGroupId
,
Debugger.cpp
[
all
...]
/dalvik/vm/jdwp/
JdwpHandler.cpp
291
//
threadGroupId
= debugGetMainThreadGroup();
292
//expandBufAdd8BE(pReply,
threadGroupId
);
293
ObjectId
threadGroupId
= dvmDbgGetSystemThreadGroupId();
294
expandBufAddObjectId(pReply,
threadGroupId
);
1088
ObjectId
threadGroupId
= dvmDbgGetThreadGroup(threadId);
1089
expandBufAddObjectId(pReply,
threadGroupId
);
[
all
...]
Completed in 128 milliseconds