Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_to
Method · 0.80
init
Method · 0.80
_release_last_context
Method · 0.80
ending_sched
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected