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

Enum Flags

src/ThreadPool.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35public:
36 enum Flags {
37 VERBOSE = 1
38 };
39
40 static void init(unsigned int max_threads, unsigned int flags = 0) {
41 assert(instance == NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected