OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jdwp_token_owner_thread_id_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/jdwp/
jdwp_event.cc
725
if (
jdwp_token_owner_thread_id_
== threadId) {
735
while (
jdwp_token_owner_thread_id_
!= 0) {
737
jdwp_token_owner_thread_id_
, threadId);
745
jdwp_token_owner_thread_id_
= threadId;
761
CHECK_NE(
jdwp_token_owner_thread_id_
, 0U);
762
VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")",
jdwp_token_owner_thread_id_
);
764
jdwp_token_owner_thread_id_
= 0;
[
all
...]
jdwp_main.cc
348
jdwp_token_owner_thread_id_
(0),
456
if (
jdwp_token_owner_thread_id_
!= 0) {
jdwp.h
405
ObjectId
jdwp_token_owner_thread_id_
;
member in struct:art::JDWP::JdwpState
Completed in 305 milliseconds