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
688
CHECK_NE(
jdwp_token_owner_thread_id_
, threadId) << "Thread is already holding event thread lock";
694
while (
jdwp_token_owner_thread_id_
!= 0) {
696
jdwp_token_owner_thread_id_
, threadId);
704
jdwp_token_owner_thread_id_
= threadId;
719
CHECK_NE(
jdwp_token_owner_thread_id_
, 0U);
720
VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")",
jdwp_token_owner_thread_id_
);
722
jdwp_token_owner_thread_id_
= 0;
[
all
...]
jdwp_main.cc
231
jdwp_token_owner_thread_id_
(0),
338
if (
jdwp_token_owner_thread_id_
!= 0) {
jdwp.h
396
ObjectId
jdwp_token_owner_thread_id_
;
member in struct:art::JDWP::JdwpState
Completed in 31 milliseconds