Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ pointer_ref
Method
pointer_ref
thread/thread.cpp:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
push(th); // rbp <== th
147
}
148
void** pointer_ref()
149
{
150
return &_ptr;
151
}
152
void push(uint64_t x)
153
{
154
*--(uint64_t*&)_ptr = x;
Callers
4
prefetch_context
Method · 0.80
switch_context
Function · 0.80
switch_context_defer
Function · 0.80
die
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected