MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / finished

Method finished

src/ThreadPool.h:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void finished() {
95 pthread_mutex_lock(&mp);
96 gettimeofday(&tv_finished, NULL);
97 state = FINISHED;
98 pthread_mutex_unlock(&mp);
99 }
100
101 bool waitFinished() {
102

Callers 1

wrapperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected