MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / THREAD_PROC

Function THREAD_PROC

Libraries/unrar/unpack50mt.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12THREAD_PROC(UnpackDecodeThread)
13{
14 UnpackThreadDataList *DL=(UnpackThreadDataList *)Data;
15 for (uint I=0;I<DL->BlockCount;I++)
16 DL->D->UnpackPtr->UnpackDecode(DL->D[I]);
17}
18
19
20void Unpack::InitMT()

Callers

nothing calls this directly

Calls 1

UnpackDecodeMethod · 0.80

Tested by

no test coverage detected