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

Method push

thread/thread.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 return &_ptr;
151 }
152 void push(uint64_t x)
153 {
154 *--(uint64_t*&)_ptr = x;
155 }
156 template<typename T>
157 void push(const T& x)
158 {

Callers 5

process_threadFunction · 0.45
error_processFunction · 0.45
mainFunction · 0.45
prepare_usleepFunction · 0.45
sleepq_perfFunction · 0.45

Calls

no outgoing calls

Tested by 3

process_threadFunction · 0.36
error_processFunction · 0.36
sleepq_perfFunction · 0.36