Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Resume
Method
Resume
BeefRT/rt/Thread.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void Thread::Resume()
45
{
46
BfpThread_Resume(GetInternalThread()->mThreadHandle, NULL);
47
}
48
49
void Thread::SetJoinOnDelete(bool joinOnDelete)
50
{
Callers
nothing calls this directly
Calls
1
BfpThread_Resume
Function · 0.50
Tested by
no test coverage detected