Home | History | Annotate | Download | only in wasm

Lines Matching defs:threads_

1825   ZoneVector<ThreadImpl> threads_;
1833 threads_(zone) {
1834 threads_.emplace_back(zone, &codemap_, env.module_env.instance);
1837 void Delete() { threads_.clear(); }
1850 void WasmInterpreter::Run() { internals_->threads_[0].Run(); }
1852 void WasmInterpreter::Pause() { internals_->threads_[0].Pause(); }
1897 return ToThread(&internals_->threads_[id]);