OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetThreadSelfId
(Results
1 - 5
of
5
) sorted by null
/art/runtime/jdwp/
jdwp_main.cc
644
debug_thread_id_ = Dbg::
GetThreadSelfId
();
jdwp_event.cc
664
CHECK_EQ(threadId, Dbg::
GetThreadSelfId
()) << "Only the current thread can suspend itself";
808
ObjectId threadId = Dbg::
GetThreadSelfId
();
[
all
...]
jdwp_handler.cc
948
if (thread_id == Dbg::
GetThreadSelfId
()) {
966
if (thread_id == Dbg::
GetThreadSelfId
()) {
[
all
...]
/art/runtime/
debugger.h
486
static JDWP::ObjectId
GetThreadSelfId
() REQUIRES_SHARED(Locks::mutator_lock_);
[
all
...]
debugger.cc
[
all
...]
Completed in 100 milliseconds