Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Proc
Method
Proc
BeefySysLib/util/StackHelper.cpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
SyncEvent mDoneEvent;
44
45
static void BFP_CALLTYPE Proc(void* threadParam)
46
{
47
auto _this = (StackHelperExecuter*)threadParam;
48
(*_this->mFunc)();
49
_this->mDoneEvent.Set();
50
}
51
52
void Wait()
53
{
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected