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

Method insert_tail

thread/thread.cpp:688–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686 return current->next() == current->prev();
687 }
688 void insert_tail(thread* th) const {
689 current->insert_tail(th);
690 }
691 void insert_list_before(thread* th) const {
692 current->insert_list_before(th);
693 }

Callers 3

thread_createFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36