Home
last modified time | relevance | path

Searched refs:StopThreadClosure (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_thread.cc1102 struct StopThreadClosure : public art::Closure { in StopThread() struct
1104 explicit StopThreadClosure(art::Handle<art::mirror::Throwable> except) : exception_(except) { } in StopThread() function
1117 StopThreadClosure c(exc); in StopThread()