Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ getWaitingThreads
Method
getWaitingThreads
ASAP/IOThread.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
unsigned int IOThread::getWaitingThreads() {
100
return _threadsWaiting;
101
}
102
103
ThreadJob* IOThread::getJob() {
104
_jobListMutex.lock();
Callers
2
updateTileForegounds
Method · 0.80
clear
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected