Searched defs:StopThreadClosure (Results 1 – 1 of 1) sorted by relevance
1105 struct StopThreadClosure : public art::Closure { in StopThread() struct1107 explicit StopThreadClosure(art::Handle<art::mirror::Throwable> except) : exception_(except) { } in StopThread() argument1109 void Run(art::Thread* me) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in StopThread()1118 art::Handle<art::mirror::Throwable> exception_; in StopThread()