| 10 | |
| 11 | |
| 12 | THREAD_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 | |
| 20 | void Unpack::InitMT() |
nothing calls this directly
no test coverage detected