MCPcopy 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
137static void BFP_CALLTYPE WorkerProc(void* param)
138{
139 ((ThreadPool::Thread*)param)->Proc();
140}
141
142void ThreadPool::AddJob(Job* job, int maxWorkersPerProviderThread)
143{

Callers

nothing calls this directly

Calls 1

ProcMethod · 0.45

Tested by

no test coverage detected