MCPcopy 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_contextMethod · 0.80
switch_contextFunction · 0.80
switch_context_deferFunction · 0.80
dieMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected