Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ ThreadClose
Function
ThreadClose
Libraries/unrar/threadmisc.cpp:75–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
75
static void ThreadClose(THREAD_HANDLE hThread)
76
{
77
#ifdef _UNIX
78
pthread_join(hThread,NULL);
79
#else
80
CloseHandle(hThread);
81
#endif
82
}
83
84
85
#ifdef _WIN_ALL
Callers
1
~ThreadPool
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected