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

Function thread_init

src/main.cpp:157–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static void thread_init(unsigned int max_threads, unsigned int thread_verbose)
158{
159 if (max_threads > 1) {
160 std::cout << "Multi-threading mode using " << max_threads << " threads\n";
161 } else {
162 std::cout << "Non Multi-threading mode\n";
163 }
164
165 ThreadPoolManager::init(max_threads, thread_verbose);
166}
167
168int main(int argc, char *argv[])
169{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected