Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_thread
Function · 0.45
error_process
Function · 0.45
main
Function · 0.45
prepare_usleep
Function · 0.45
sleepq_perf
Function · 0.45
Calls
no outgoing calls
Tested by
3
process_thread
Function · 0.36
error_process
Function · 0.36
sleepq_perf
Function · 0.36