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

/art/openjdkjvmti/
H A Dti_thread.cc1063 struct StopThreadClosure : public art::Closure { struct in inherits:art::Closure
1065 explicit StopThreadClosure(art::Handle<art::mirror::Throwable> except) : exception_(except) { } function in struct:openjdkjvmti::StopThreadClosure
1078 StopThreadClosure c(exc);

Completed in 59 milliseconds