MCPcopy 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
31void ThreadPoolManager::lock() const
32{
33 pthread_mutex_lock(&mp);
34}
35
36void ThreadPoolManager::unlock() const
37{

Callers 4

initCopyNumberMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected