OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_thread_id_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/jdwp/
jdwp_main.cc
335
debug_thread_id_
(0),
415
while (state->
debug_thread_id_
== 0) {
613
debug_thread_id_
= static_cast<ObjectId>(-1);
644
debug_thread_id_
= Dbg::GetThreadSelfId();
jdwp_event.cc
637
if (thread_self_id ==
debug_thread_id_
) {
692
SetWaitForJdwpToken(
debug_thread_id_
);
728
CHECK_EQ(threadId,
debug_thread_id_
) << "Non-debugger thread is already holding event token";
742
if (waited || threadId !=
debug_thread_id_
) {
[
all
...]
jdwp.h
373
ObjectId
debug_thread_id_
;
member in struct:art::JDWP::JdwpState
Completed in 56 milliseconds