Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ THREAD_PROC
Function
THREAD_PROC
Libraries/unrar/recvol3.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
#ifdef RAR_SMP
26
THREAD_PROC(RSEncodeThread)
27
{
28
RSEncode *rs=(RSEncode *)Data;
29
rs->EncodeBuf();
30
}
31
32
THREAD_PROC(RSDecodeThread)
33
{
Callers
nothing calls this directly
Calls
2
EncodeBuf
Method · 0.80
DecodeBuf
Method · 0.80
Tested by
no test coverage detected