Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ BFP_CALLTYPE WorkerProc
Function
BFP_CALLTYPE WorkerProc
BeefySysLib/util/ThreadPool.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
static void BFP_CALLTYPE WorkerProc(void* param)
138
{
139
((ThreadPool::Thread*)param)->Proc();
140
}
141
142
void ThreadPool::AddJob(Job* job, int maxWorkersPerProviderThread)
143
{
Callers
nothing calls this directly
Calls
1
Proc
Method · 0.45
Tested by
no test coverage detected