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

Function resume_threads

thread/thread.cpp:1291–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289 return count;
1290 }
1291 __attribute__((noinline))
1292 static int resume_threads(vcpu_t* vcpu, const RunQ& runq) {
1293 return resume_threads_inlined(vcpu, runq);
1294 }
1295
1296 states thread_stat(thread* th)
1297 {

Callers 1

thread_yield_toFunction · 0.85

Calls 1

resume_threads_inlinedFunction · 0.85

Tested by

no test coverage detected