MCPcopy 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
44void Thread::Resume()
45{
46 BfpThread_Resume(GetInternalThread()->mThreadHandle, NULL);
47}
48
49void Thread::SetJoinOnDelete(bool joinOnDelete)
50{

Callers

nothing calls this directly

Calls 1

BfpThread_ResumeFunction · 0.50

Tested by

no test coverage detected