Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ PoolThread
Method
PoolThread
Libraries/unrar/threadpool.cpp:107–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
107
NATIVE_THREAD_TYPE ThreadPool::PoolThread(void *Param)
108
{
109
((ThreadPool*)Param)->PoolThreadLoop();
110
return 0;
111
}
112
113
114
void ThreadPool::PoolThreadLoop()
Callers
nothing calls this directly
Calls
1
PoolThreadLoop
Method · 0.80
Tested by
no test coverage detected