Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_complete
Function · 0.45
error_complete
Function · 0.45
TEST
Function · 0.45
main
Function · 0.45
resume_threads_inlined
Function · 0.45
prelocked_thread_interrupt
Function · 0.45
sleepq_perf
Function · 0.45
next
Method · 0.45
Calls
no outgoing calls
Tested by
4
heavy_complete
Function · 0.36
error_complete
Function · 0.36
TEST
Function · 0.36
sleepq_perf
Function · 0.36