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

Method pop

thread/thread.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 push((uint64_t)x);
160 }
161 uint64_t pop()
162 {
163 return *((uint64_t*&)_ptr)++;
164 }
165 uint64_t& operator[](int i)
166 {
167 return static_cast<uint64_t*>(_ptr)[i];

Callers 8

heavy_completeFunction · 0.45
error_completeFunction · 0.45
TESTFunction · 0.45
mainFunction · 0.45
resume_threads_inlinedFunction · 0.45
sleepq_perfFunction · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by 4

heavy_completeFunction · 0.36
error_completeFunction · 0.36
TESTFunction · 0.36
sleepq_perfFunction · 0.36