MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ff_restore_curthread

Function ff_restore_curthread

lib/ff_compat.c:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135inline void
136ff_restore_curthread(void *old_curthread)
137{
138 if (old_curthread != NULL) {
139 pcurthread = old_curthread;
140 }
141}
142
143void
144resettodr(void)

Callers 1

ff_handle_socket_opsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected