OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_group_id
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
debugger.h
265
static std::string GetThreadGroupName(JDWP::ObjectId
thread_group_id
);
266
static JDWP::ObjectId GetThreadGroupParent(JDWP::ObjectId
thread_group_id
)
277
// Fills 'thread_ids' with the threads in the given thread group. If
thread_group_id
== 0,
279
static void GetThreads(JDWP::ObjectId
thread_group_id
, std::vector<JDWP::ObjectId>& thread_ids)
282
static void GetChildThreadGroups(JDWP::ObjectId
thread_group_id
, std::vector<JDWP::ObjectId>& child_thread_group_ids);
debugger.cc
1619
JDWP::ObjectId
thread_group_id
= gRegistry->Add(group);
local
[
all
...]
/art/runtime/jdwp/
jdwp_handler.cc
243
ObjectId
thread_group_id
= Dbg::GetSystemThreadGroupId();
local
244
expandBufAddObjectId(pReply,
thread_group_id
);
1137
ObjectId
thread_group_id
= request.ReadThreadGroupId();
local
1150
ObjectId
thread_group_id
= request.ReadThreadGroupId();
local
1164
ObjectId
thread_group_id
= request.ReadThreadGroupId();
local
[
all
...]
Completed in 56 milliseconds