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

Method single

thread/thread.cpp:682–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 return _do_goto(th);
681 }
682 bool single() const {
683 return current->single();
684 }
685 bool size_1or2() const {
686 return current->next() == current->prev();
687 }

Callers 6

remove_currentMethod · 0.45
goto_nextMethod · 0.45
dequeue_ready_atomicMethod · 0.45
prepare_usleepFunction · 0.45
idlerFunction · 0.45
vcpu_finiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected