MCPcopy Create free account
hub / github.com/apache/brpc / set_stack

Method set_stack

src/bthread/task_meta.h:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 void set_stack(ContextualStack* s) {
141 stack = s;
142 }
143
144 ContextualStack* release_stack() {
145 ContextualStack* tmp = stack;

Callers 4

sched_toMethod · 0.80
initMethod · 0.80
_release_last_contextMethod · 0.80
ending_schedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected