MCPcopy 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
99unsigned int IOThread::getWaitingThreads() {
100 return _threadsWaiting;
101}
102
103ThreadJob* IOThread::getJob() {
104 _jobListMutex.lock();

Callers 2

updateTileForegoundsMethod · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected