Searched refs:StopThreadClosure (Results 1 – 1 of 1) sorted by relevance
1115 struct StopThreadClosure : public art::Closure { in StopThread() struct1117 explicit StopThreadClosure(art::Handle<art::mirror::Throwable> except) : exception_(except) { } in StopThread() function1130 StopThreadClosure c(exc); in StopThread()