Searched defs:thread_ (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dmonitor_test.cc51 Thread* thread_; member in class:art::MonitorTest
117 monitor_test_->thread_ = self; // Pass the Thread.
235 monitor_test_->thread_->Interrupt(self);
H A Dinstrumentation.cc344 : StackVisitor(thread, NULL), thread_(thread),
385 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m,
400 Thread* const thread_; member in struct:art::instrumentation::RestoreStackVisitor
H A Dstack.h551 num_frames_ = ComputeNumFrames(thread_);
733 Thread* const thread_; member in class:art::StackVisitor
H A Ddebugger.cc3243 thread_(nullptr),
3250 error_ = DecodeThread(soa, thread_id, thread_);
3253 if (thread_ == soa.Self()) {
3271 CHECK_EQ(suspended_thread, thread_);
3279 return thread_;
3288 Runtime::Current()->GetThreadList()->Resume(thread_, true);
3293 Thread* thread_; member in class:art::ScopedThreadSuspension
/art/runtime/jdwp/
H A Djdwp.h339 Thread* thread_; member in struct:art::JDWP::JdwpState

Completed in 122 milliseconds