Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
inline void
136
ff_restore_curthread(void *old_curthread)
137
{
138
if (old_curthread != NULL) {
139
pcurthread = old_curthread;
140
}
141
}
142
143
void
144
resettodr(void)
Callers
1
ff_handle_socket_ops
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected