OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_self_id
(Results
1 - 2
of
2
) sorted by null
/art/runtime/jdwp/
jdwp_event.cc
496
void JdwpState::SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId
thread_self_id
) {
509
if (
thread_self_id
== debug_thread_id_) {
530
SetWaitForEventThread(
thread_self_id
);
553
JDWP::ObjectId
thread_self_id
= Dbg::GetThreadSelfId();
local
559
SuspendByPolicy(suspend_policy,
thread_self_id
);
[
all
...]
jdwp.h
273
void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId
thread_self_id
)
Completed in 24 milliseconds