MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / do_migrate

Method do_migrate

thread/std-compat.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void thread::do_migrate() {
41 if (g_work_pool) {
42 g_work_pool->thread_migrate(m_th);
43 }
44}
45
46int work_pool_init(int vcpu_num, int event_engine, int io_engine) {
47 if (g_work_pool != nullptr) {

Callers

nothing calls this directly

Calls 1

thread_migrateMethod · 0.45

Tested by

no test coverage detected