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

Function jump_stack

src/bthread/stack_inl.h:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215inline void jump_stack(ContextualStack* from, ContextualStack* to) {
216 bthread_jump_fcontext(&from->context, to->context, 0/*not skip remained*/);
217}
218
219} // namespace bthread
220

Callers 1

sched_toMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected