| 382 | target_->SchedClosure(closure); |
| 383 | } |
| 384 | void SchedClosureAfter(int64 micros, std::function<void()> closure) override { |
| 385 | target_->SchedClosureAfter(micros, closure); |
| 386 | } |
| 387 | Status LoadLibrary(const char* library_filename, void** handle) override { |
| 388 | return target_->LoadLibrary(library_filename, handle); |
| 389 | } |
no outgoing calls