Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ THREAD_PROC
Function
THREAD_PROC
Libraries/unrar/blake2sp.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
#ifdef RAR_SMP
59
THREAD_PROC(Blake2Thread)
60
{
61
Blake2ThreadData *td=(Blake2ThreadData *)Data;
62
td->Update();
63
}
64
#endif
65
66
Callers
nothing calls this directly
Calls
1
Update
Method · 0.45
Tested by
no test coverage detected