| 104 | } |
| 105 | |
| 106 | void cleanThisThread() { |
| 107 | Context::instance().thisThread()->attached_contexts._ref_raw_data().clear(); |
| 108 | Context::instance().thisThread()->ir_context = nullptr; |
| 109 | Context::instance().thisThread()->trace_mode = false; |
| 110 | } |
| 111 | |
| 112 | SessionTCB::ptr_t thisThread() { return Context::instance().thisThread(); } |
| 113 |
no test coverage detected