Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ lock
Method
lock
src/ThreadPool.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void ThreadPoolManager::lock() const
32
{
33
pthread_mutex_lock(&mp);
34
}
35
36
void ThreadPoolManager::unlock() const
37
{
Callers
4
calculateBreakpoints_general
Function · 0.80
initCopyNumber
Method · 0.80
run
Method · 0.80
checkOneThreadFinished
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected