MCPcopy 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
107NATIVE_THREAD_TYPE ThreadPool::PoolThread(void *Param)
108{
109 ((ThreadPool*)Param)->PoolThreadLoop();
110 return 0;
111}
112
113
114void ThreadPool::PoolThreadLoop()

Callers

nothing calls this directly

Calls 1

PoolThreadLoopMethod · 0.80

Tested by

no test coverage detected