Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ Reset
Method
Reset
adapter/micro_thread/micro_thread.cpp:164–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
void Thread::Reset()
165
{
166
_wakeup_time = 0;
167
SetPrivate(NULL);
168
169
InitContext();
170
CleanState();
171
}
172
173
void Thread::sleep(int ms)
174
{
Callers
1
FreeThread
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected