Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ QueueEntry
Class
QueueEntry
Libraries/unrar/threadpool.hpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
{
42
private:
43
struct QueueEntry
44
{
45
PTHREAD_PROC Proc;
46
void *Param;
47
};
48
49
void CreateThreads();
50
static NATIVE_THREAD_TYPE PoolThread(void *Param);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected