| 32 | } |
| 33 | |
| 34 | void TaskTestHarness::TearDown() { |
| 35 | per_cpu::PerCpuArraySingleton::destroy(); |
| 36 | // 清除当前线程的环境指针 |
| 37 | env_state_.ClearCurrentThreadEnvironment(); |
| 38 | |
| 39 | // 其他清理 |
| 40 | env_state_.ClearSwitchHistory(); |
| 41 | } |
nothing calls this directly
no test coverage detected