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

Method insert_list_before

thread/thread.cpp:691–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689 current->insert_tail(th);
690 }
691 void insert_list_before(thread* th) const {
692 current->insert_list_before(th);
693 }
694 void insert_list_before(thread_list& list) const {
695 current->insert_list_before(list.node);
696 list.node = nullptr;

Callers 1

resume_threads_inlinedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected