| 38 | } |
| 39 | |
| 40 | void thread::do_migrate() { |
| 41 | if (g_work_pool) { |
| 42 | g_work_pool->thread_migrate(m_th); |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | int work_pool_init(int vcpu_num, int event_engine, int io_engine) { |
| 47 | if (g_work_pool != nullptr) { |
nothing calls this directly
no test coverage detected