Called by a FragmentInstanceState thread to notify that it's done executing.
| 279 | |
| 280 | /// Called by a FragmentInstanceState thread to notify that it's done executing. |
| 281 | void DoneExecuting() { discard_result(instances_finished_barrier_->Notify()); } |
| 282 | |
| 283 | /// Called by a FragmentInstanceState thread to notify anyone waiting on |
| 284 | /// WaitForFinishOrTimeout() or waiting on WaitForFinish(). |
no test coverage detected